Skip to content

Commit 2c56b70

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 04345d7 commit 2c56b70

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
@@ -441,6 +441,9 @@ helpVariables(unsigned short int pager)
441441
" border style (number)\n"));
442442
fprintf(output, _(" columns\n"
443443
" target width for the wrapped format\n"));
444+
fprintf(output, _(" csv_fieldsep\n"
445+
" field separator for CSV output format (default \"%c\")\n"),
446+
DEFAULT_CSV_FIELD_SEP);
444447
fprintf(output, _(" expanded (or x)\n"
445448
" expanded output [on, off, auto]\n"));
446449
fprintf(output, _(" fieldsep\n"

0 commit comments

Comments
 (0)