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

Commita564307

Browse files
committed
Add unicode_*_linestyle to \? variables
Ina2dabf0 we added the ability to have single or double unicodelinestyle for the border, column, or header. Unfortunately, the\? variables output was not updated for these new psql variables.This corrects that oversight.Patch by Pavel Stehule.
1 parent43bed84 commita564307

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/bin/psql/help.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ helpVariables(unsigned short int pager)
305305
{
306306
FILE*output;
307307

308-
output=PageOutput(81,pager);
308+
output=PageOutput(85,pager);
309309

310310
fprintf(output,_("List of specially treated variables.\n"));
311311

@@ -364,6 +364,10 @@ helpVariables(unsigned short int pager)
364364
" column width of left aligned data type in latex format\n"));
365365
fprintf(output,_(" title set the table title for any subsequently printed tables\n"));
366366
fprintf(output,_(" tuples_only if set, only actual table data is shown\n"));
367+
fprintf(output,_(" unicode_border_linestyle\n"));
368+
fprintf(output,_(" unicode_column_linestyle\n"));
369+
fprintf(output,_(" unicode_header_linestyle\n"
370+
" set the style of unicode line drawing [single, double]\n"));
367371

368372
fprintf(output,_("\nEnvironment variables:\n"));
369373
fprintf(output,_("Usage:\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp