]> granicus.if.org Git - postgresql/commit
Teach psql to display comments on languages and casts.
authorRobert Haas <rhaas@postgresql.org>
Thu, 4 Aug 2011 16:22:26 +0000 (12:22 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 4 Aug 2011 16:22:26 +0000 (12:22 -0400)
commit3b17efdfdd846c9bfad1637686e6f18198ea3df5
tree4f2b8d5c9f4b9c84bc12e6ee8a0ff7e77f6695c0
parent38de5aad54b3eb37981cacd391fcde82f86d00fb
Teach psql to display comments on languages and casts.

The output of \dL (list languages) is fairly narrow, so we just always
display the comment.  \dC (list casts) can get fairly wide, so we only
display comments if the new \dC+ option is specified.

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