aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-08-04 12:22:26 -0400
committerRobert Haas <rhaas@postgresql.org>2011-08-04 12:22:26 -0400
commit3b17efdfdd846c9bfad1637686e6f18198ea3df5 (patch)
tree4f2b8d5c9f4b9c84bc12e6ee8a0ff7e77f6695c0 /doc/src
parent38de5aad54b3eb37981cacd391fcde82f86d00fb (diff)
downloadpostgresql-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.sgml2
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=&gt;
<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.