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 1779 of file parsenodes.h.
RoleSpec* CreateSchemaStmt::authrole |
Definition at line 1783 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
bool CreateSchemaStmt::if_not_exists |
Definition at line 1785 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and CreateSchemaCommand().
List* CreateSchemaStmt::schemaElts |
Definition at line 1784 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and transformCreateSchemaStmt().
char* CreateSchemaStmt::schemaname |
Definition at line 1782 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
NodeTag CreateSchemaStmt::type |
Definition at line 1781 of file parsenodes.h.