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 040cc5f commit 93b7ab5Copy full SHA for 93b7ab5
src/bin/psql/help.c
@@ -480,6 +480,9 @@ helpVariables(unsigned short int pager)
480
" border style (number)\n");
481
HELP0(" columns\n"
482
" target width for the wrapped format\n");
483
+ HELPN(" csv_fieldsep\n"
484
+ " field separator for CSV output format (default \"%c\")\n",
485
+ DEFAULT_CSV_FIELD_SEP);
486
HELP0(" display_false\n"
487
" set the string to be printed in place of a boolean 'false'\n");
488
HELP0(" display_true\n"
0 commit comments