Skip to content

Commit 87fbbd4

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 7180d56 commit 87fbbd4

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
@@ -487,6 +487,9 @@ helpVariables(unsigned short int pager)
487487
" border style (number)\n");
488488
HELP0(" columns\n"
489489
" target width for the wrapped format\n");
490+
HELPN(" csv_fieldsep\n"
491+
" field separator for CSV output format (default \"%c\")\n",
492+
DEFAULT_CSV_FIELD_SEP);
490493
HELP0(" expanded (or x)\n"
491494
" expanded output [on, off, auto]\n");
492495
HELPN(" fieldsep\n"

0 commit comments

Comments
 (0)