Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

CreateSchemaStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
char * schemaname
char * authid
ListschemaElts
bool if_not_exists

Detailed Description

Definition at line 1165 of file parsenodes.h.


Field Documentation

Definition at line 1169 of file parsenodes.h.

Referenced by CreateExtension(), CreateSchemaCommand(), and transformCreateSchemaStmt().

Definition at line 1171 of file parsenodes.h.

Referenced by CreateExtension(), and CreateSchemaCommand().

Definition at line 1170 of file parsenodes.h.

Referenced by CreateExtension(), and transformCreateSchemaStmt().

Definition at line 1168 of file parsenodes.h.

Referenced by CreateExtension(), CreateSchemaCommand(), and transformCreateSchemaStmt().

Definition at line 1167 of file parsenodes.h.


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