REL_17_STABLE.diff
text/x-diff
Filename: REL_17_STABLE.diff
Type: text/x-diff
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-17.sgml | 17 | 17 |
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
@@ -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">§</ulink>
- <ulink url="&commit_baseurl;e2395cdbe">§</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">§</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