We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent88dcdf9 commit77ff840Copy full SHA for 77ff840
src/bin/psql/help.c
@@ -212,7 +212,7 @@ slashUsage(unsigned short int pager)
212
fprintf(output,_(" \\di[S+] [PATTERN] list indexes\n"));
213
fprintf(output,_(" \\dl list large objects, same as \\lo_list\n"));
214
fprintf(output,_(" \\dL[S+] [PATTERN] list procedural languages\n"));
215
-fprintf(output,_(" \\dn[+] [PATTERN] list schemas\n"));
+fprintf(output,_(" \\dn[S+] [PATTERN] list schemas\n"));
216
fprintf(output,_(" \\do[S] [PATTERN] list operators\n"));
217
fprintf(output,_(" \\dp [PATTERN] list table, view, and sequence access privileges\n"));
218
fprintf(output,_(" \\drds [PATRN1 [PATRN2]] list per-database role settings\n"));