pgsql: Add unicode_*_linestyle to \? variables

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add unicode_*_linestyle to \? variables
Date: 2014-09-23 01:53:18
Message-ID: E1XWFI6-0006Tx-EZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a564307373089fc81a07bce49236fe2bd66de0fe

Modified Files
--------------
src/bin/psql/help.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-09-24 00:26:32 pgsql: Fix incorrect search for "x?" style matches in creviterdissect()
Previous Message Stephen Frost 2014-09-23 00:53:57 pgsql: Log ALTER SYSTEM statements as DDL