@@ -1153,6 +1153,12 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1153
1153
splitting we have a partition with the same name).
1154
1154
Only simple, non-partitioned partition can be split.
1155
1155
</para>
1156
+ <para>
1157
+ The new partitions will be created the same as tables created with the
1158
+ SQL command <literal>CREATE TABLE <replaceable class="parameter">partition_nameN</replaceable> (LIKE <replaceable class="parameter">name</replaceable> INCLUDING ALL EXCLUDING INDEXES EXCLUDING IDENTITY)</literal>.
1159
+ The indexes and identity are created later, after moving the data
1160
+ into the new partitions.
1161
+ </para>
1156
1162
<note>
1157
1163
<para>
1158
1164
This command acquires an <literal>ACCESS EXCLUSIVE</literal> lock.
@@ -1213,6 +1219,12 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
1213
1219
can have the same name as one of the merged partitions. Only simple,
1214
1220
non-partitioned partitions can be merged.
1215
1221
</para>
1222
+ <para>
1223
+ The new partition will be created the same as a table created with the
1224
+ SQL command <literal>CREATE TABLE <replaceable class="parameter">partition_name</replaceable> (LIKE <replaceable class="parameter">name</replaceable> INCLUDING ALL EXCLUDING INDEXES EXCLUDING IDENTITY)</literal>.
1225
+ The indexes and identity are created later, after moving the data
1226
+ into the new partition.
1227
+ </para>
1216
1228
<note>
1217
1229
<para>
1218
1230
This command acquires an <literal>ACCESS EXCLUSIVE</literal> lock.