PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | name |
PartitionBoundSpec * | bound |
bool | concurrent |
Definition at line 945 of file parsenodes.h.
PartitionBoundSpec* PartitionCmd::bound |
Definition at line 949 of file parsenodes.h.
Referenced by ATExecAttachPartition(), transformAlterTableStmt(), and transformPartitionCmd().
bool PartitionCmd::concurrent |
Definition at line 950 of file parsenodes.h.
RangeVar* PartitionCmd::name |
Definition at line 948 of file parsenodes.h.
Referenced by ATExecAttachPartition().
NodeTag PartitionCmd::type |
Definition at line 947 of file parsenodes.h.