|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | fdwname |
| List * | func_options |
| List * | options |
Definition at line 2982 of file parsenodes.h.
| char* CreateFdwStmt::fdwname |
Definition at line 2985 of file parsenodes.h.
| List* CreateFdwStmt::func_options |
Definition at line 2986 of file parsenodes.h.
| List* CreateFdwStmt::options |
Definition at line 2987 of file parsenodes.h.
| NodeTag CreateFdwStmt::type |
Definition at line 2984 of file parsenodes.h.