|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| CreateStmt | base |
| char * | servername |
| List * | options |
Definition at line 3000 of file parsenodes.h.
| CreateStmt CreateForeignTableStmt::base |
Definition at line 3002 of file parsenodes.h.
Referenced by ImportForeignSchema(), and ProcessUtilitySlow().
| List* CreateForeignTableStmt::options |
Definition at line 3004 of file parsenodes.h.
| char* CreateForeignTableStmt::servername |
Definition at line 3003 of file parsenodes.h.