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