Skip to content

Commit 42fa4db

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 643a5e9 commit 42fa4db

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
@@ -481,6 +481,9 @@ helpVariables(unsigned short int pager)
481481
" border style (number)\n");
482482
HELP0(" columns\n"
483483
" target width for the wrapped format\n");
484+
HELPN(" csv_fieldsep\n"
485+
" field separator for CSV output format (default \"%c\")\n",
486+
DEFAULT_CSV_FIELD_SEP);
484487
HELP0(" expanded (or x)\n"
485488
" expanded output [on, off, auto]\n");
486489
HELPN(" fieldsep\n"

0 commit comments

Comments
 (0)