Teach psql to display the comments on SQL/MED objects in verbose mode.
authorRobert Haas <rhaas@postgresql.org>
Mon, 8 Aug 2011 20:29:57 +0000 (16:29 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 8 Aug 2011 20:30:39 +0000 (16:30 -0400)
commitd82a9d2a600b764aabdc37507c50d9229f8310b5
tree94a51393e2973dbb34d662f47fdd1b82f1d8acd4
parentc9ac00e6ecfaad4d6a3e1ee478b912c7227ae62a
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c
src/test/regress/expected/foreign_data.out