Teach psql to display comments on languages and casts.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +1 −1 |
| src/bin/psql/command.c | modified | +1 −1 |
| src/bin/psql/describe.c | modified | +39 −16 |
| src/bin/psql/describe.h | modified | +1 −1 |
| src/bin/psql/help.c | modified | +1 −1 |