PostgreSQL Source Code  git master
CreateSchemaStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * schemaname
 
RoleSpecauthrole
 
ListschemaElts
 
bool if_not_exists
 

Detailed Description

Definition at line 2325 of file parsenodes.h.

Field Documentation

◆ authrole

RoleSpec* CreateSchemaStmt::authrole

Definition at line 2329 of file parsenodes.h.

Referenced by CreateExtensionInternal().

◆ if_not_exists

bool CreateSchemaStmt::if_not_exists

Definition at line 2331 of file parsenodes.h.

Referenced by CreateExtensionInternal().

◆ schemaElts

List* CreateSchemaStmt::schemaElts

Definition at line 2330 of file parsenodes.h.

Referenced by CreateExtensionInternal().

◆ schemaname

char* CreateSchemaStmt::schemaname

Definition at line 2328 of file parsenodes.h.

Referenced by CreateExtensionInternal().

◆ type

NodeTag CreateSchemaStmt::type

Definition at line 2327 of file parsenodes.h.


The documentation for this struct was generated from the following file: