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

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Add unicode_{column|header|border}_style to psql
Дата
Msg-id E1XSTOe-0003Mf-Ip@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Handle border = 3 in expanded mode
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Add GUC to enable logging of replication commands.