File tree 1 file changed +2
-2
lines changed
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)
277
277
HELP0 (" \\do[S+] [OPPTRN [TYPEPTRN [TYPEPTRN]]]\n"
278
278
" list operators\n" );
279
279
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" );
281
281
HELP0 (" \\dP[itn+] [PATTERN] list [only index/table] partitioned relations [n=nested]\n" );
282
282
HELP0 (" \\drds [ROLEPTRN [DBPTRN]] list per-database role settings\n" );
283
283
HELP0 (" \\dRp[+] [PATTERN] list replication publications\n" );
@@ -293,7 +293,7 @@ slashUsage(unsigned short int pager)
293
293
HELP0 (" \\l[+] [PATTERN] list databases\n" );
294
294
HELP0 (" \\sf[+] FUNCNAME show a function's definition\n" );
295
295
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" );
297
297
HELP0 ("\n" );
298
298
299
299
HELP0 ("Large Objects\n" );
You can’t perform that action at this time.
0 commit comments