]> granicus.if.org Git - postgresql/commitdiff
improve manual page
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 04:40:58 +0000 (04:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 04:40:58 +0000 (04:40 +0000)
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/psql.c

index ec837b43b925620109a04d39f1fc8d37b2b85b71..888aaa676e9cde17c2d7334ba2604a0bf879951c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.12 1999/10/14 01:28:41 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.13 1999/10/26 04:40:56 momjian Exp $
 Postgres documentation
 -->
 
@@ -671,8 +671,7 @@ testdb=>
      <listitem>
       <para>
        List the description from <literal>pg_description</literal>
-       of the specified object, which can be a
-       table, table.column, type, operator, or aggregate.
+       of the specified object.
       </para>
       <tip>
        <para>
index e61ac491446e4f8798aad59af4e93e0eebe84123..ca2fc6f27c1126ca53bf745a792f910f97a93b8f 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.194 1999/10/25 03:07:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.195 1999/10/26 04:40:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -274,7 +274,7 @@ slashUsage(PsqlSettings *pset)
        fprintf(fout, " \\copy table {from | to} <fname>\n");
        fprintf(fout, " \\d [<table>] -- list tables and indices, columns in <table>, or * for all\n");
        fprintf(fout, " \\da          -- list aggregates\n");
-       fprintf(fout, " \\dd [<object>]- list comment for table, field, type, function, or operator.\n");
+       fprintf(fout, " \\dd [<object>]- list comment an object.\n");
        fprintf(fout, " \\df          -- list functions\n");
        fprintf(fout, " \\di          -- list only indices\n");
        fprintf(fout, " \\do          -- list operators\n");