]> granicus.if.org Git - postgresql/commit
Change psql's \dd command to do something more useful.
authorRobert Haas <rhaas@postgresql.org>
Thu, 11 Aug 2011 15:16:29 +0000 (11:16 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 11 Aug 2011 15:16:29 +0000 (11:16 -0400)
commit59414cdedbc2ed418d66eddc0fcaf9dc40fbc27f
treeee82dc4d88c058997b0af771e51f98c607661ee4
parentcff75130b5f63e45423c2ed90d6f2e84c21ef840
Change psql's \dd command to do something more useful.

Instead of displaying comments on an arbitrary subset of the object
types which support them, make \dd display comments on exactly those
object types which don't have their own backlash commands.  We now
regard the display of comments as properly the job of the relevant
backslash command (though many of them do so only in verbose mode)
rather than something that \dd should be responsible for.  However,
a handful of object types have no backlash command, so make \dd
give information about those.

Josh Kupershmidt
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c
src/bin/psql/help.c