|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | name |
| PartitionBoundSpec * | bound |
| List * | partlist |
| bool | concurrent |
Definition at line 998 of file parsenodes.h.
| PartitionBoundSpec* PartitionCmd::bound |
Definition at line 1006 of file parsenodes.h.
Referenced by ATExecAttachPartition(), and ATExecMergePartitions().
| bool PartitionCmd::concurrent |
Definition at line 1016 of file parsenodes.h.
| RangeVar* PartitionCmd::name |
Definition at line 1003 of file parsenodes.h.
Referenced by ATExecAttachPartition(), ATExecMergePartitions(), and ATExecSplitPartition().
| List* PartitionCmd::partlist |
Definition at line 1014 of file parsenodes.h.
Referenced by ATExecMergePartitions(), and ATExecSplitPartition().
| NodeTag PartitionCmd::type |
Definition at line 1000 of file parsenodes.h.