|
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 4024 of file parsenodes.h.
| bool CreateTableAsStmt::if_not_exists |
Definition at line 4031 of file parsenodes.h.
Referenced by _SPI_execute_plan(), and CreateTableAsRelExists().
| IntoClause* CreateTableAsStmt::into |
Definition at line 4028 of file parsenodes.h.
Referenced by _SPI_execute_plan(), CreateTableAsRelExists(), ExplainOneUtility(), and transformOptionalSelectInto().
| bool CreateTableAsStmt::is_select_into |
Definition at line 4030 of file parsenodes.h.
Referenced by _SPI_execute_plan(), and transformOptionalSelectInto().
| ObjectType CreateTableAsStmt::objtype |
Definition at line 4029 of file parsenodes.h.
Referenced by ExplainOneUtility(), and transformOptionalSelectInto().
| Node* CreateTableAsStmt::query |
Definition at line 4027 of file parsenodes.h.
Referenced by ExplainOneUtility(), and transformOptionalSelectInto().
| NodeTag CreateTableAsStmt::type |
Definition at line 4026 of file parsenodes.h.