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