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