Skip to content

Commit 07ef30a

Browse files
committed
docs: re-order some PG 16 relnotes items
Reported-by: Jonathan Katz
1 parent d8a8110 commit 07ef30a

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,17 +1722,6 @@ The IS JSON checks include checks for values, arrays, objects, scalars, and uniq
17221722
</para>
17231723
</listitem>
17241724

1725-
<!--
1726-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1727-
2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
1728-
-->
1729-
1730-
<listitem>
1731-
<para>
1732-
Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
1733-
</para>
1734-
</listitem>
1735-
17361725
<!--
17371726
Author: Tom Lane <tgl@sss.pgh.pa.us>
17381727
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.
17741763
</para>
17751764
</listitem>
17761765

1766+
<!--
1767+
Author: Michael Paquier <michael@paquier.xyz>
1768+
2022-09-29 [0823d061b] Introduce SYSTEM_USER
1769+
-->
1770+
1771+
<listitem>
1772+
<para>
1773+
Add server variable SYSTEM_USER (Bertrand Drouvot)
1774+
</para>
1775+
1776+
<para>
1777+
This reports the authentication method and its authenticated user.
1778+
</para>
1779+
</listitem>
1780+
17771781
<!--
17781782
Author: Tom Lane <tgl@sss.pgh.pa.us>
17791783
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)
18301834
</listitem>
18311835

18321836
<!--
1833-
Author: Michael Paquier <michael@paquier.xyz>
1834-
2022-09-29 [0823d061b] Introduce SYSTEM_USER
1837+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1838+
2023-03-15 [483bdb2af] Support [NO] INDENT option in XMLSERIALIZE().
18351839
-->
18361840

18371841
<listitem>
18381842
<para>
1839-
Add server variable SYSTEM_USER (Bertrand Drouvot)
1840-
</para>
1841-
1842-
<para>
1843-
This reports the authentication method and its authenticated user.
1843+
Add XMLSERIALIZE() option INDENT to pretty-print its output (Jim Jones)
18441844
</para>
18451845
</listitem>
18461846

@@ -2048,6 +2048,21 @@ Add "FOREIGN" designation to psql \d+ for foreign table children and partitions
20482048
</para>
20492049
</listitem>
20502050

2051+
<!--
2052+
Author: Peter Eisentraut <peter@eisentraut.org>
2053+
2022-11-15 [5b66de343] psql: Add command to use extended query protocol
2054+
-->
2055+
2056+
<listitem>
2057+
<para>
2058+
Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
2059+
</para>
2060+
2061+
<para>
2062+
Passing arguments to such queries is done using the new psql \bind command.
2063+
</para>
2064+
</listitem>
2065+
20512066
<!--
20522067
Author: Tom Lane <tgl@sss.pgh.pa.us>
20532068
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.
20912106
</para>
20922107
</listitem>
20932108

2094-
<!--
2095-
Author: Peter Eisentraut <peter@eisentraut.org>
2096-
2022-11-15 [5b66de343] psql: Add command to use extended query protocol
2097-
-->
2098-
2099-
<listitem>
2100-
<para>
2101-
Allow psql to submit queries using the extended query protocol (Peter Eisentraut)
2102-
</para>
2103-
2104-
<para>
2105-
Passing arguments to such queries is done using the new psql \bind command.
2106-
</para>
2107-
</listitem>
2108-
21092109
<!--
21102110
Author: Michael Paquier <michael@paquier.xyz>
21112111
2022-08-15 [f6c750d31] Improve tab completion of ALTER TYPE in psql

0 commit comments

Comments
 (0)