|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | fdwname |
| List * | func_options |
| List * | options |
Definition at line 2962 of file parsenodes.h.
| char* AlterFdwStmt::fdwname |
Definition at line 2965 of file parsenodes.h.
| List* AlterFdwStmt::func_options |
Definition at line 2966 of file parsenodes.h.
| List* AlterFdwStmt::options |
Definition at line 2967 of file parsenodes.h.
| NodeTag AlterFdwStmt::type |
Definition at line 2964 of file parsenodes.h.