|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Node * | query |
| IntoClause * | into |
| ObjectType | objtype |
| bool | is_select_into |
| bool | if_not_exists |
Definition at line 4052 of file parsenodes.h.
| bool CreateTableAsStmt::if_not_exists |
Definition at line 4059 of file parsenodes.h.
Referenced by _SPI_execute_plan(), and CreateTableAsRelExists().
| IntoClause* CreateTableAsStmt::into |
Definition at line 4056 of file parsenodes.h.
Referenced by _SPI_execute_plan(), CreateTableAsRelExists(), ExplainOneUtility(), and transformOptionalSelectInto().
| bool CreateTableAsStmt::is_select_into |
Definition at line 4058 of file parsenodes.h.
Referenced by _SPI_execute_plan(), and transformOptionalSelectInto().
| ObjectType CreateTableAsStmt::objtype |
Definition at line 4057 of file parsenodes.h.
Referenced by ExplainOneUtility(), and transformOptionalSelectInto().
| Node* CreateTableAsStmt::query |
Definition at line 4055 of file parsenodes.h.
Referenced by ExplainOneUtility(), and transformOptionalSelectInto().
| NodeTag CreateTableAsStmt::type |
Definition at line 4054 of file parsenodes.h.