pgsql: Add unicode_{column|header|border}_style to psql

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add unicode_{column|header|border}_style to psql
Date: 2014-09-12 16:08:28
Message-ID: E1XSTOe-0003Mf-Ip@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add unicode_{column|header|border}_style to psql

With the unicode linestyle, this adds support to control if the
column, header, or border style should be single or double line
unicode characters. The default remains 'single'.

In passing, clean up the border documentation and address some
minor formatting/spelling issues.

Pavel Stehule, with some additional changes by me.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 40 +++++++--
src/bin/psql/command.c | 96 +++++++++++++++++++++
src/bin/psql/help.c | 3 +-
src/bin/psql/print.c | 168 ++++++++++++++++++++++++++++++------
src/bin/psql/print.h | 10 +++
src/bin/psql/startup.c | 8 ++
src/bin/psql/tab-complete.c | 13 ++-
src/test/regress/expected/psql.out | 3 +
8 files changed, 307 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-09-12 17:56:59 pgsql: Add GUC to enable logging of replication commands.
Previous Message Stephen Frost 2014-09-12 15:24:48 pgsql: Handle border = 3 in expanded mode