Skip to content

Commit 93b7ab5

Browse files
committed
Have psql's "\? variables" show csv_fieldsep
Accidental omission in commit aa2ba50. There are too many lists of these variables ... Discussion: https://postgr.es/m/[email protected]
1 parent 040cc5f commit 93b7ab5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/psql/help.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ helpVariables(unsigned short int pager)
480480
" border style (number)\n");
481481
HELP0(" columns\n"
482482
" 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);
483486
HELP0(" display_false\n"
484487
" set the string to be printed in place of a boolean 'false'\n");
485488
HELP0(" display_true\n"

0 commit comments

Comments
 (0)