Обсуждение: pgsql: Teach psql to display the comments on SQL/MED objects in verbose

Поиск
Список
Период
Сортировка

pgsql: Teach psql to display the comments on SQL/MED objects in verbose

От
Robert Haas
Дата:
Teach psql to display the comments on SQL/MED objects in verbose mode.

The relevant backslash commands already exist, so we're just adding an
additional column.  With this commit, all objects that have psql backslash
commands and accept comments should now display those comments at least
in verbose mode.

Josh Kupershmidt, with doc additions by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d82a9d2a600b764aabdc37507c50d9229f8310b5

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml             |    9 +-
src/bin/psql/describe.c                    |   61 ++++--
src/test/regress/expected/foreign_data.out |  306 ++++++++++++++--------------
3 files changed, 202 insertions(+), 174 deletions(-)