diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-08-25 22:09:18 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-08-25 22:09:18 -0400 |
commit | 74e3db06a01d1fe6b9f30f71e05e8438d3aaa37b (patch) | |
tree | f0a7e0ecd783315134c9f33d6a1943b7bf0e54f8 | |
parent | 84f594da358861cceeaeb7a97bb58f3765eeb284 (diff) | |
download | postgresql-74e3db06a01d1fe6b9f30f71e05e8438d3aaa37b.tar.gz postgresql-74e3db06a01d1fe6b9f30f71e05e8438d3aaa37b.zip |
doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION
Reverted in commit 84f594da358
Backpatch-through: 17 only
-rw-r--r-- | doc/src/sgml/release-17.sgml | 25 |
1 files changed, 0 insertions, 25 deletions
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 @@ -1513,31 +1513,6 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org> </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 --> |