docs: re-order some PG 16 relnotes items
authorBruce Momjian <[email protected]>
Thu, 18 May 2023 22:25:21 +0000 (18:25 -0400)
committerBruce Momjian <[email protected]>
Thu, 18 May 2023 22:25:21 +0000 (18:25 -0400)
Reported-by: Jonathan Katz
doc/src/sgml/release-16.sgml

index 2bb67e9993d971f16a2ed01dc980c9b8a3048507..5261585668d2e31731680e392eaa22a54c5df148 100644 (file)
@@ -1722,17 +1722,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq
 </para>
 </listitem>
 
-<!--
-Author: Tom Lane <[email protected]>
-2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
--->
-
-<listitem>
-<para>
-Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
-</para>
-</listitem>
-
 <!--
 Author: Tom Lane <[email protected]>
 2023-01-19 [5a617d75d] Fix ts_headline() to handle ORs and phrase queries more 
@@ -1774,6 +1763,21 @@ This allows the creation of expression indexes using this function.
 </para>
 </listitem>
 
+<!--
+Author: Michael Paquier <[email protected]>
+2022-09-29 [0823d061b] Introduce SYSTEM_USER
+-->
+
+<listitem>
+<para>
+Add server variable SYSTEM_USER (Bertrand Drouvot)
+</para>
+
+<para>
+This reports the authentication method and its authenticated user.
+</para>
+</listitem>
+
 <!--
 Author: Tom Lane <[email protected]>
 2023-04-07 [888f2ea0a] Add array_sample() and array_shuffle() functions.
@@ -1830,17 +1834,13 @@ Improve the accuracy of numeric power() for integer exponents (Dean Rasheed)
 </listitem>
 
 <!--
-Author: Michael Paquier <[email protected]>
-2022-09-29 [0823d061b] Introduce SYSTEM_USER
+Author: Tom Lane <[email protected]>
+2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
 -->
 
 <listitem>
 <para>
-Add server variable SYSTEM_USER (Bertrand Drouvot)
-</para>
-
-<para>
-This reports the authentication method and its authenticated user.
+Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
 </para>
 </listitem>
 
@@ -2048,6 +2048,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
 </para>
 </listitem>
 
+<!--
+Author: Peter Eisentraut <[email protected]>
+2022-11-15 [5b66de343] psql: Add command to use extended query protocol
+-->
+
+<listitem>
+<para>
+Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
+</para>
+
+<para>
+Passing arguments to such queries is done using the new psql \bind command.
+</para>
+</listitem>
+
 <!--
 Author: Tom Lane <[email protected]>
 2023-04-06 [00beecfe8] psql: add an optional execution-count limit to \watch.
@@ -2091,21 +2106,6 @@ The new psql control variables are SHELL_ERROR and SHELL_EXIT_CODE.
 </para>
 </listitem>
 
-<!--
-Author: Peter Eisentraut <[email protected]>
-2022-11-15 [5b66de343] psql: Add command to use extended query protocol
--->
-
-<listitem>
-<para>
-Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
-</para>
-
-<para>
-Passing arguments to such queries is done using the new psql \bind command.
-</para>
-</listitem>
-
 <!--
 Author: Michael Paquier <[email protected]>
 2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql