aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 84f783392e6..350128fa724 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.63 2002/03/11 05:03:52 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.64 2002/03/19 02:32:19 momjian Exp $
PostgreSQL documentation
-->
@@ -416,6 +416,29 @@ testdb=>
<varlistentry>
+ <term><literal>\dD</literal> [ <replaceable class="parameter">pattern</replaceable> ]</term>
+ <listitem>
+ <para>
+ Lists all database domains.
+ </para>
+
+ <para>
+ Descriptions for objects can be generated with the <command>COMMENT ON</command>
+ <acronym>SQL</acronym> command.
+ </para>
+
+ <note>
+ <para>
+ <productname>PostgreSQL</productname> stores the object descriptions in the
+ pg_description system table.
+ </para>
+ </note>
+
+ </listitem>
+ </varlistentry>
+
+
+ <varlistentry>
<term><literal>\df [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
<listitem>