Skip to content

Commit 03fb43f

Browse files
committed
doc: PG 16 relnotes: udpate for commits since branching
Backpatch-through: 16 only
1 parent d37ab37 commit 03fb43f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,17 @@ These are controlled by "include", "include_if_exists", and "include_dir". Syst
12631263
</para>
12641264
</listitem>
12651265

1266+
<!--
1267+
Author: Tom Lane <tgl@sss.pgh.pa.us>
1268+
2023-07-27 [de3f0e3fe] Eliminate fixed token-length limit in hba.c.
1269+
-->
1270+
1271+
<listitem>
1272+
<para>
1273+
Allow pg_hba.conf tokens to be of unlimited length (Tom Lane)
1274+
</para>
1275+
</listitem>
1276+
12661277
<!--
12671278
Author: Michael Paquier <michael@paquier.xyz>
12681279
2022-10-26 [c591300a8] Add rule_number to pg_hba_file_rules and map_number to p
@@ -2144,15 +2155,17 @@ This is controlled by xheader_width.
21442155
<!--
21452156
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
21462157
2023-01-07 [d913928c9] psql: Add support for \dpS and \zS.
2158+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2159+
2023-07-19 [d65ddaca9] Add psql \drg command to display role
21472160
-->
21482161

21492162
<listitem>
21502163
<para>
2151-
Allow psql's access privilege commands to show system objects (Nathan Bossart)
2164+
Allow psql's access privilege commands to show system objects (Nathan Bossart, Pavel Luzanov)
21522165
</para>
21532166

21542167
<para>
2155-
The options are \dpS and \zS.
2168+
The options are \dpS, \zS, and \drg.
21562169
</para>
21572170
</listitem>
21582171

0 commit comments

Comments
 (0)