]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 17 relnotes: move partition access method item
authorBruce Momjian <bruce@momjian.us>
Fri, 13 Sep 2024 22:21:56 +0000 (18:21 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 13 Sep 2024 22:21:56 +0000 (18:21 -0400)
Also clarify wording.

Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/202409111750.xtcbl7ppdoyn@alvherre.pgsql

Backpatch-through: 17 only

doc/src/sgml/release-17.sgml

index 36e19bb83290e32da9db31bf438515d8c51847b3..6d4ffa8ea1e6f1ae31977823391a13caaf21623c 100644 (file)
@@ -1659,23 +1659,6 @@ Author: Peter Eisentraut <peter@eisentraut.org>
       </para>
      </listitem>
 
-<!--
-Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
-2024-03-25 [374c7a229] Allow specifying an access method for partitioned tables
-Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
-2024-03-28 [e2395cdbe] ALTER TABLE: rework determination of access method ID
--->
-
-     <listitem>
-      <para>
-      Allow specification of partitioned <link linkend="tableam">table
-      access methods</link> (Justin Pryzby, Soumyadeep Chakraborty,
-      Michael Paquier)
-      <ulink url="&commit_baseurl;374c7a229">&sect;</ulink>
-      <ulink url="&commit_baseurl;e2395cdbe">&sect;</ulink>
-      </para>
-     </listitem>
-
 <!--
 Author: Peter Eisentraut <peter@eisentraut.org>
 2024-01-13 [4f622503d] Make attstattarget nullable
@@ -1714,6 +1697,23 @@ Author: Peter Eisentraut <peter@eisentraut.org>
       </para>
      </listitem>
 
+<!--
+Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
+2024-03-25 [374c7a229] Allow specifying an access method for partitioned tables
+Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
+2024-03-28 [e2395cdbe] ALTER TABLE: rework determination of access method ID
+-->
+
+     <listitem>
+      <para>
+      Allow specification of <link linkend="tableam">table access
+      methods</link> on partitioned tables (Justin Pryzby, Soumyadeep
+      Chakraborty, Michael Paquier)
+      <ulink url="&commit_baseurl;374c7a229">&sect;</ulink>
+      <ulink url="&commit_baseurl;e2395cdbe">&sect;</ulink>
+      </para>
+     </listitem>
+
 <!--
 Author: Michael Paquier <michael@paquier.xyz>
 2024-03-08 [d61a6cad6] Add support for DEFAULT in ALTER TABLE .. SET ACCESS MET