PostgreSQL Source Code  git master
TableLikeClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
bits32 options
 
Oid relationOid
 

Detailed Description

Definition at line 751 of file parsenodes.h.

Field Documentation

◆ options

bits32 TableLikeClause::options

◆ relation

RangeVar* TableLikeClause::relation

Definition at line 754 of file parsenodes.h.

Referenced by createPartitionTable(), and transformTableLikeClause().

◆ relationOid

Oid TableLikeClause::relationOid

◆ type

NodeTag TableLikeClause::type

Definition at line 753 of file parsenodes.h.


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