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