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 2005 of file parsenodes.h.
RoleSpec* CreateSchemaStmt::authrole |
Definition at line 2009 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
bool CreateSchemaStmt::if_not_exists |
Definition at line 2011 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and CreateSchemaCommand().
List* CreateSchemaStmt::schemaElts |
Definition at line 2010 of file parsenodes.h.
Referenced by CreateExtensionInternal(), and transformCreateSchemaStmt().
char* CreateSchemaStmt::schemaname |
Definition at line 2008 of file parsenodes.h.
Referenced by CreateExtensionInternal(), CreateSchemaCommand(), and transformCreateSchemaStmt().
NodeTag CreateSchemaStmt::type |
Definition at line 2007 of file parsenodes.h.