pgsql: Add unicode_{column|header|border}_style to psql - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Add unicode_{column|header|border}_style to psql
Date
Msg-id E1XSTOe-0003Mf-Ip@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Handle border = 3 in expanded mode
Next
From: Fujii Masao
Date:
Subject: pgsql: Add GUC to enable logging of replication commands.