From: Bruce Momjian Date: Mon, 26 Aug 2024 02:09:18 +0000 (-0400) Subject: doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION X-Git-Tag: REL_17_RC1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74e3db06a01d1fe6b9f30f71e05e8438d3aaa37b;p=thirdparty%2Fpostgresql.git doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION Reverted in commit 84f594da358 Backpatch-through: 17 only --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 08a479807ca..cd7b3dab1b2 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1512,31 +1512,6 @@ Author: Daniel Gustafsson - - - - - Allow partitions to be merged using ALTER TABLE ... MERGE - PARTITIONS (Dmitry Koval) - - - - - - - - Allow partitions to be split using ALTER TABLE ... SPLIT - PARTITION (Dmitry Koval) - - -