File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ slashUsage(unsigned short int pager)
277277 HELP0 (" \\do[S+] [OPPTRN [TYPEPTRN [TYPEPTRN]]]\n"
278278 " list operators\n" );
279279 HELP0 (" \\dO[S+] [PATTERN] list collations\n" );
280- HELP0 (" \\dp [PATTERN] list table, view, and sequence access privileges\n" );
280+ HELP0 (" \\dp[S] [PATTERN] list table, view, and sequence access privileges\n" );
281281 HELP0 (" \\dP[itn+] [PATTERN] list [only index/table] partitioned relations [n=nested]\n" );
282282 HELP0 (" \\drds [ROLEPTRN [DBPTRN]] list per-database role settings\n" );
283283 HELP0 (" \\dRp[+] [PATTERN] list replication publications\n" );
@@ -293,7 +293,7 @@ slashUsage(unsigned short int pager)
293293 HELP0 (" \\l[+] [PATTERN] list databases\n" );
294294 HELP0 (" \\sf[+] FUNCNAME show a function's definition\n" );
295295 HELP0 (" \\sv[+] VIEWNAME show a view's definition\n" );
296- HELP0 (" \\z [PATTERN] same as \\dp\n" );
296+ HELP0 (" \\z[S] [PATTERN] same as \\dp\n" );
297297 HELP0 ("\n" );
298298
299299 HELP0 ("Large Objects\n" );
You can’t perform that action at this time.
0 commit comments