Have psql's "\? variables" show csv_fieldsep

Accidental omission in commit aa2ba50c2c.  There are too many lists of
these variables ...

Discussion: https://postgr.es/m/202511031738.eqaeaedpx5cr@alvherre.pgsql
REL_15_STABLE
Álvaro Herrera 1 month ago
parent 643a5e96c7
commit 42fa4dba84
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 3
      src/bin/psql/help.c

@ -481,6 +481,9 @@ helpVariables(unsigned short int pager)
" border style (number)\n"); " border style (number)\n");
HELP0(" columns\n" HELP0(" columns\n"
" target width for the wrapped format\n"); " target width for the wrapped format\n");
HELPN(" csv_fieldsep\n"
" field separator for CSV output format (default \"%c\")\n",
DEFAULT_CSV_FIELD_SEP);
HELP0(" expanded (or x)\n" HELP0(" expanded (or x)\n"
" expanded output [on, off, auto]\n"); " expanded output [on, off, auto]\n");
HELPN(" fieldsep\n" HELPN(" fieldsep\n"

Loading…
Cancel
Save