Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9d7cc commit ec757c2Copy full SHA for ec757c2
src/bin/psql/help.c
@@ -232,7 +232,7 @@ slashUsage(unsigned short int pager)
232
fprintf(output, _(" \\f [STRING] show or set field separator for unaligned query output\n"));
233
fprintf(output, _(" \\H toggle HTML output mode (currently %s)\n"),
234
ON(pset.popt.topt.format == PRINT_HTML));
235
- fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
+ fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
236
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
237
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"));
238
fprintf(output, _(" \\t [on|off] show only rows (currently %s)\n"),
0 commit comments