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