Hi Stephen I forgot to fix new enhanced pset help
fix attached Regards Pavel 2014-09-12 18:15 GMT+02:00 Pavel Stehule <pavel.steh...@gmail.com>: > > > 2014-09-12 18:09 GMT+02:00 Stephen Frost <sfr...@snowman.net>: > >> * Stephen Frost (sfr...@snowman.net) wrote: >> > * Pavel Stehule (pavel.steh...@gmail.com) wrote: >> > > I though about it, and we cannot to drop it now. These symbols are >> > > necessary, because we don't support line between rows. >> > > >> > > I am thinking so 05 patch should be final >> > >> > Ok. I'm going to play with it a bit more but barring issues, should get >> > it committed today. >> >> Alright, pushed with some additional cleanup, and also cleaned up the >> border documentation a bit. >> > > Thank you very much > > Regards > > Pavel > > >> >> Thanks! >> >> Stephen >> > >
commit aec4a03babdbed49d80253112b0d31108761e860 Author: Pavel Stehule <pavel.steh...@gooddata.com> Date: Thu Sep 18 12:45:27 2014 +0200 initial diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 6035a77..d323a14 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -305,7 +305,7 @@ helpVariables(unsigned short int pager) { FILE *output; - output = PageOutput(81, pager); + output = PageOutput(87, pager); fprintf(output, _("List of specially treated variables.\n")); @@ -364,6 +364,10 @@ helpVariables(unsigned short int pager) " column width of left aligned data type in latex format\n")); fprintf(output, _(" title set the table title for any subsequently printed tables\n")); fprintf(output, _(" tuples_only if set, only actual table data is shown\n")); + fprintf(output, _(" unicode_border_linestyle\n")); + fprintf(output, _(" unicode_column_linestyle\n")); + fprintf(output, _(" unicode_header_linestyle\n" + " set the style of unicode line drawing [single, double]\n")); fprintf(output, _("\nEnvironment variables:\n")); fprintf(output, _("Usage:\n"));
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers