splitting we have a partition with the same name).
Only simple, non-partitioned partition can be split.
+ The new partitions will be created the same as tables created with the
+ SQL command CREATE TABLE partition_nameN (LIKE name INCLUDING ALL EXCLUDING INDEXES EXCLUDING IDENTITY).
+ The indexes and identity are created later, after moving the data
+ into the new partitions.
+
This command acquires an ACCESS EXCLUSIVE lock.
can have the same name as one of the merged partitions. Only simple,
non-partitioned partitions can be merged.
+ The new partition will be created the same as a table created with the
+ SQL command CREATE TABLE partition_name (LIKE name INCLUDING ALL EXCLUDING INDEXES EXCLUDING IDENTITY).
+ The indexes and identity are created later, after moving the data
+ into the new partition.
+
This command acquires an ACCESS EXCLUSIVE lock.