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 2196 of file parsenodes.h.
RoleSpec* CreateSchemaStmt::authrole |
Definition at line 2200 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
bool CreateSchemaStmt::if_not_exists |
Definition at line 2202 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and CreateSchemaCommand().
List* CreateSchemaStmt::schemaElts |
Definition at line 2201 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and transformCreateSchemaStmt().
char* CreateSchemaStmt::schemaname |
Definition at line 2199 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
NodeTag CreateSchemaStmt::type |
Definition at line 2198 of file parsenodes.h.