|
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 2413 of file parsenodes.h.
| RoleSpec* CreateSchemaStmt::authrole |
Definition at line 2417 of file parsenodes.h.
Referenced by CreateExtensionInternal().
| bool CreateSchemaStmt::if_not_exists |
Definition at line 2419 of file parsenodes.h.
Referenced by CreateExtensionInternal().
| List* CreateSchemaStmt::schemaElts |
Definition at line 2418 of file parsenodes.h.
Referenced by CreateExtensionInternal().
| char* CreateSchemaStmt::schemaname |
Definition at line 2416 of file parsenodes.h.
Referenced by CreateExtensionInternal().
| NodeTag CreateSchemaStmt::type |
Definition at line 2415 of file parsenodes.h.