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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach psql to display the comments on SQL/MED objects in verbose
Date: 2011-08-08 20:31:07
Message-ID: E1QqWTb-0000oU-Cn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-09 04:50:23 pgsql: Fix nested PlaceHolderVar expressions that appear only in target
Previous Message Robert Haas 2011-08-08 16:26:28 pgsql: Teach psql to display the comments on conversions and domains.