pgsql: Add unicode_*_linestyle to \? variables

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Add unicode_*_linestyle to \? variables
Дата
Msg-id E1XWFI6-0006Tx-EZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Log ALTER SYSTEM statements as DDL
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect search for "x?" style matches in creviterdissect()