doc PG 17 relnotes: move partition access method item

Also clarify wording.

Reported-by: Álvaro Herrera

Discussion: https://postgr.es/m/202409111750.xtcbl7ppdoyn@alvherre.pgsql

Backpatch-through: 17 only
This commit is contained in:
Bruce Momjian 2024-09-13 18:21:56 -04:00
parent 26cea9fb82
commit 4e7b9a1adc

View 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