|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | server_name |
| char * | remote_schema |
| char * | local_schema |
| ImportForeignSchemaType | list_type |
| List * | table_list |
| List * | options |
Definition at line 3049 of file parsenodes.h.
| ImportForeignSchemaType ImportForeignSchemaStmt::list_type |
Definition at line 3055 of file parsenodes.h.
| char* ImportForeignSchemaStmt::local_schema |
Definition at line 3054 of file parsenodes.h.
| List* ImportForeignSchemaStmt::options |
Definition at line 3057 of file parsenodes.h.
| char* ImportForeignSchemaStmt::remote_schema |
Definition at line 3053 of file parsenodes.h.
| char* ImportForeignSchemaStmt::server_name |
Definition at line 3052 of file parsenodes.h.
| List* ImportForeignSchemaStmt::table_list |
Definition at line 3056 of file parsenodes.h.
| NodeTag ImportForeignSchemaStmt::type |
Definition at line 3051 of file parsenodes.h.