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