PostgreSQL Source Code: IntoClause Struct Reference (original) (raw)
#include <[primnodes.h](primnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
RangeVar * | rel |
List * | colNames |
char * | accessMethod |
List * | options |
OnCommitAction | onCommit |
char * | tableSpaceName |
bool | skipData |
Definition at line 159 of file primnodes.h.
◆ pg_node_attr()
struct Query *viewQuery IntoClause::pg_node_attr | ( | query_jumble_ignore | ) |
---|
◆ accessMethod
char* IntoClause::accessMethod
◆ colNames
List* IntoClause::colNames
◆ onCommit
◆ options
List* IntoClause::options
◆ rel
◆ skipData
bool IntoClause::skipData
◆ tableSpaceName
char* IntoClause::tableSpaceName
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/primnodes.h