Skip to content

Commit 8864016

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/202511031738.eqaeaedpx5cr@alvherre.pgsql
1 parent ba99c94 commit 8864016

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(" expanded (or x)\n"
484487
" expanded output [on, off, auto]\n");
485488
HELPN(" fieldsep\n"

0 commit comments

Comments
 (0)