|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | name |
| PartitionBoundSpec * | bound |
| List * | partlist |
| bool | concurrent |
Definition at line 985 of file parsenodes.h.
| PartitionBoundSpec* PartitionCmd::bound |
Definition at line 993 of file parsenodes.h.
Referenced by ATExecAttachPartition(), ATExecMergePartitions(), transformAlterTableStmt(), and transformPartitionCmdForMerge().
| bool PartitionCmd::concurrent |
Definition at line 1003 of file parsenodes.h.
| RangeVar* PartitionCmd::name |
Definition at line 990 of file parsenodes.h.
Referenced by ATExecAttachPartition(), ATExecMergePartitions(), ATExecSplitPartition(), and transformPartitionCmdForSplit().
| List* PartitionCmd::partlist |
Definition at line 1001 of file parsenodes.h.
Referenced by ATExecMergePartitions(), ATExecSplitPartition(), transformAlterTableStmt(), transformPartitionCmdForMerge(), and transformPartitionCmdForSplit().
| NodeTag PartitionCmd::type |
Definition at line 987 of file parsenodes.h.