PostgreSQL Source Code  git master
AlterFdwStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * fdwname
 
Listfunc_options
 
Listoptions
 

Detailed Description

Definition at line 2883 of file parsenodes.h.

Field Documentation

◆ fdwname

char* AlterFdwStmt::fdwname

Definition at line 2886 of file parsenodes.h.

◆ func_options

List* AlterFdwStmt::func_options

Definition at line 2887 of file parsenodes.h.

◆ options

List* AlterFdwStmt::options

Definition at line 2888 of file parsenodes.h.

◆ type

NodeTag AlterFdwStmt::type

Definition at line 2885 of file parsenodes.h.


The documentation for this struct was generated from the following file: