|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | schemaname |
| RoleSpec * | authrole |
| List * | schemaElts |
| bool | if_not_exists |
Definition at line 2494 of file parsenodes.h.
| RoleSpec* CreateSchemaStmt::authrole |
Definition at line 2498 of file parsenodes.h.
| bool CreateSchemaStmt::if_not_exists |
Definition at line 2500 of file parsenodes.h.
| List* CreateSchemaStmt::schemaElts |
Definition at line 2499 of file parsenodes.h.
| char* CreateSchemaStmt::schemaname |
Definition at line 2497 of file parsenodes.h.
| NodeTag CreateSchemaStmt::type |
Definition at line 2496 of file parsenodes.h.