docs: re-order some PG 16 relnotes items

Reported-by: Jonathan Katz
This commit is contained in:
Bruce Momjian 2023-05-18 18:25:21 -04:00
parent d8a81108a8
commit 07ef30a028

View File

@ -1722,17 +1722,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq
</para>
</listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
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 <tgl@sss.pgh.pa.us>
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 <michael@paquier.xyz>
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 <tgl@sss.pgh.pa.us>
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 <michael@paquier.xyz>
2022-09-29 [0823d061b] Introduce SYSTEM_USER
Author: Tom Lane <tgl@sss.pgh.pa.us>
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 <peter@eisentraut.org>
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 <tgl@sss.pgh.pa.us>
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 <peter@eisentraut.org>
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 <michael@paquier.xyz>
2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql