PostgreSQL Source Code  git master
CreateTableAsStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
IntoClauseinto
 
ObjectType objtype
 
bool is_select_into
 
bool if_not_exists
 

Detailed Description

Definition at line 3900 of file parsenodes.h.

Field Documentation

◆ if_not_exists

bool CreateTableAsStmt::if_not_exists

Definition at line 3907 of file parsenodes.h.

Referenced by _SPI_execute_plan(), and CreateTableAsRelExists().

◆ into

IntoClause* CreateTableAsStmt::into

◆ is_select_into

bool CreateTableAsStmt::is_select_into

Definition at line 3906 of file parsenodes.h.

Referenced by _SPI_execute_plan(), and transformOptionalSelectInto().

◆ objtype

ObjectType CreateTableAsStmt::objtype

Definition at line 3905 of file parsenodes.h.

Referenced by ExplainOneUtility(), and transformOptionalSelectInto().

◆ query

Node* CreateTableAsStmt::query

Definition at line 3903 of file parsenodes.h.

Referenced by ExplainOneUtility(), and transformOptionalSelectInto().

◆ type

NodeTag CreateTableAsStmt::type

Definition at line 3902 of file parsenodes.h.


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