Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c56b70

Browse files
committed
Have psql's "\? variables" show csv_fieldsep
Accidental omission in commitaa2ba50. There are too many lists ofthese variables ...Discussion:https://postgr.es/m/202511031738.eqaeaedpx5cr@alvherre.pgsql
1 parent04345d7 commit2c56b70

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)

[8]ページ先頭

©2009-2025 Movatter.jp