diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-08-04 12:22:26 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-08-04 12:22:26 -0400 |
commit | 3b17efdfdd846c9bfad1637686e6f18198ea3df5 (patch) | |
tree | 4f2b8d5c9f4b9c84bc12e6ee8a0ff7e77f6695c0 /doc/src | |
parent | 38de5aad54b3eb37981cacd391fcde82f86d00fb (diff) | |
download | postgresql-3b17efdfdd846c9bfad1637686e6f18198ea3df5.tar.gz postgresql-3b17efdfdd846c9bfad1637686e6f18198ea3df5.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 54fc3ee24ec..ecfafadc615 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -966,7 +966,7 @@ testdb=> <varlistentry> - <term><literal>\dC [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term> + <term><literal>\dC[+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term> <listitem> <para> Lists type casts. |