You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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>.