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