|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | name |
| PartitionBoundSpec * | bound |
| List * | partlist |
| bool | concurrent |
Definition at line 984 of file parsenodes.h.
| PartitionBoundSpec* PartitionCmd::bound |
Definition at line 992 of file parsenodes.h.
Referenced by ATExecAttachPartition(), ATExecMergePartitions(), transformAlterTableStmt(), and transformPartitionCmdForMerge().
| bool PartitionCmd::concurrent |
Definition at line 1002 of file parsenodes.h.
| RangeVar* PartitionCmd::name |
Definition at line 989 of file parsenodes.h.
Referenced by ATExecAttachPartition(), ATExecMergePartitions(), ATExecSplitPartition(), and transformPartitionCmdForSplit().
| List* PartitionCmd::partlist |
Definition at line 1000 of file parsenodes.h.
Referenced by ATExecMergePartitions(), ATExecSplitPartition(), transformAlterTableStmt(), transformPartitionCmdForMerge(), and transformPartitionCmdForSplit().
| NodeTag PartitionCmd::type |
Definition at line 986 of file parsenodes.h.