pgsql: Teach psql to display comments on languages and casts.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Teach psql to display comments on languages and casts.
Дата
Msg-id E1Qp0gr-0006BM-Bz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Teach psql to display comments on languages and casts.

The output of \dL (list languages) is fairly narrow, so we just always
display the comment.  \dC (list casts) can get fairly wide, so we only
display comments if the new \dC+ option is specified.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3b17efdfdd846c9bfad1637686e6f18198ea3df5

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |    2 +-
src/bin/psql/command.c         |    2 +-
src/bin/psql/describe.c        |   55 ++++++++++++++++++++++++++++-----------
src/bin/psql/describe.h        |    2 +-
src/bin/psql/help.c            |    2 +-
5 files changed, 43 insertions(+), 20 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In documentaiton, clarify which commands have reduced WAL volume
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: In documentaiton, clarify which commands have reduced WAL volume