Skip to content

Commit e9f5354

Browse files
committed
doc: PG 16 relnotes: separate out psql \drg item
Reported-by: Pavel Luzanov Discussion: https://postgr.es/m/29b97504-80a3-fdcc-538e-cadde3d8ecd5@postgrespro.ru Backpatch-through: 16 only
1 parent 8c76a55 commit e9f5354

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,11 +2176,28 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
21762176

21772177
<listitem>
21782178
<para>
2179-
Allow <application>psql</application>'s access privilege commands to show system objects (Nathan Bossart, Pavel Luzanov)
2179+
Add <application>psql</application> command <link linkend="app-psql-meta-command-drg"><command>\drg</command></link> to show role membership details (Pavel Luzanov)
21802180
</para>
21812181

21822182
<para>
2183-
The options are <link linkend="app-psql-meta-command-dp-lc"><command>\dpS</command></link>, <link linkend="app-psql-meta-command-z"><command>\zS</command></link>, and <link linkend="app-psql-meta-command-drg"><command>\drg</command></link>.
2183+
The <literal>Member of</literal> output column has been removed from <command>\du</command> and <command>\dg</command> because this new command displays this informaion in more detail.
2184+
</para>
2185+
</listitem>
2186+
2187+
<!--
2188+
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
2189+
2023-01-07 [d913928c9] psql: Add support for \dpS and \zS.
2190+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2191+
2023-07-19 [d65ddaca9] Add psql \drg command to display role
2192+
-->
2193+
2194+
<listitem>
2195+
<para>
2196+
Allow <application>psql</application>'s access privilege commands to show system objects (Nathan Bossart)
2197+
</para>
2198+
2199+
<para>
2200+
The options are <link linkend="app-psql-meta-command-dp-lc"><command>\dpS</command></link> and <link linkend="app-psql-meta-command-z"><command>\zS</command></link>.
21842201
</para>
21852202
</listitem>
21862203

0 commit comments

Comments
 (0)