]> granicus.if.org Git - postgresql/commit
Add unicode_{column|header|border}_style to psql
authorStephen Frost <sfrost@snowman.net>
Fri, 12 Sep 2014 16:04:37 +0000 (12:04 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 12 Sep 2014 16:04:37 +0000 (12:04 -0400)
commita2dabf0e1dda93c860b10bff7b73617e7b090108
tree9f53e54cfd0537dae516d792504d467fa30d4ab2
parent82962838d4bea2a20babbd2efacb48b268b4a689
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/startup.c
src/bin/psql/tab-complete.c
src/test/regress/expected/psql.out