diff options
-rw-r--r-- | doc/src/sgml/release-17.sgml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 36e19bb8329..6d4ffa8ea1e 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1660,23 +1660,6 @@ Author: Peter Eisentraut <peter@eisentraut.org> </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">§</ulink> - <ulink url="&commit_baseurl;e2395cdbe">§</ulink> - </para> - </listitem> - -<!-- Author: Peter Eisentraut <peter@eisentraut.org> 2024-01-13 [4f622503d] Make attstattarget nullable --> @@ -1715,6 +1698,23 @@ Author: Peter Eisentraut <peter@eisentraut.org> </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">§</ulink> + <ulink url="&commit_baseurl;e2395cdbe">§</ulink> + </para> + </listitem> + +<!-- Author: Michael Paquier <michael@paquier.xyz> 2024-03-08 [d61a6cad6] Add support for DEFAULT in ALTER TABLE .. SET ACCESS MET --> |