]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Aug 2024 02:09:18 +0000 (22:09 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Aug 2024 02:09:18 +0000 (22:09 -0400)
Reverted in commit 84f594da358

Backpatch-through: 17 only

doc/src/sgml/release-17.sgml

index 08a479807ca2933668dede22e4e6f464b937ee45..cd7b3dab1b2dc2a0dc4825c3370b574f1ccde1f1 100644 (file)
@@ -1512,31 +1512,6 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
       </para>
      </listitem>
 
-<!--
-Author: Alexander Korotkov <akorotkov@postgresql.org>
-2024-04-07 [1adf16b8f] Implement ALTER TABLE ... MERGE PARTITIONS ... command
--->
-
-     <listitem>
-      <para>
-      Allow partitions to be merged using <link
-      linkend="sql-altertable"><literal>ALTER TABLE ... MERGE
-      PARTITIONS</literal></link> (Dmitry Koval)
-      </para>
-     </listitem>
-
-<!--
-Author: Alexander Korotkov <akorotkov@postgresql.org>
-2024-04-07 [87c21bb94] Implement ALTER TABLE ... SPLIT PARTITION ... command
--->
-
-     <listitem>
-      <para>
-      Allow partitions to be split using <literal>ALTER TABLE ... SPLIT
-      PARTITION</literal> (Dmitry Koval)
-      </para>
-     </listitem>
-
 <!--
 Author: Peter Eisentraut <peter@eisentraut.org>
 2024-01-16 [699586315] Support identity columns in partitioned tables