|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | name |
| PartitionBoundSpec * | bound |
Definition at line 972 of file parsenodes.h.
| PartitionBoundSpec* SinglePartitionSpec::bound |
Definition at line 977 of file parsenodes.h.
Referenced by ATExecSplitPartition(), check_partitions_for_split(), check_partitions_not_overlap_list(), find_value_in_new_partitions_list(), and SplitPartitionMoveRows().
| RangeVar* SinglePartitionSpec::name |
Definition at line 976 of file parsenodes.h.
Referenced by check_partitions_for_split(), check_partitions_not_overlap_list(), and transformPartitionCmdForSplit().
| NodeTag SinglePartitionSpec::type |
Definition at line 974 of file parsenodes.h.