Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 77ff840

Browse files
committed
Document the "S" option for psql's \dn command in the psql help
This option was recently introduced, but the documentation in help.c was not updated.
1 parent 88dcdf9 commit 77ff840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ slashUsage(unsigned short int pager)
212212
fprintf(output, _(" \\di[S+] [PATTERN] list indexes\n"));
213213
fprintf(output, _(" \\dl list large objects, same as \\lo_list\n"));
214214
fprintf(output, _(" \\dL[S+] [PATTERN] list procedural languages\n"));
215-
fprintf(output, _(" \\dn[+] [PATTERN] list schemas\n"));
215+
fprintf(output, _(" \\dn[S+] [PATTERN] list schemas\n"));
216216
fprintf(output, _(" \\do[S] [PATTERN] list operators\n"));
217217
fprintf(output, _(" \\dp [PATTERN] list table, view, and sequence access privileges\n"));
218218
fprintf(output, _(" \\drds [PATRN1 [PATRN2]] list per-database role settings\n"));

0 commit comments

Comments
 (0)