Teach psql to display the comments on SQL/MED objects in verbose mode.

Robert Haas <rhaas@postgresql.org>

Commit: d82a9d2a600b764aabdc37507c50d9229f8310b5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-08-08T20:30:39Z
Releases: 9.2.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +5 −4
src/bin/psql/describe.c modified +44 −17
src/test/regress/expected/foreign_data.out modified +153 −153