Content-Length: 279827 | pFad | http://github.com/postgrespro/postgres_cluster/commit/a564307373089fc81a07bce49236fe2bd66de0fe

06 Add unicode_*_linestyle to \? variables · postgrespro/postgres_cluster@a564307 · GitHub
Skip to content

Commit a564307

Browse files
committed
Add unicode_*_linestyle to \? variables
In a2dabf0 we added the ability to have single or double unicode linestyle 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 parent 43bed84 commit a564307

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/a564307373089fc81a07bce49236fe2bd66de0fe

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy