|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.4 2000/04/11 05:39:15 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.5 2000/12/10 21:56:00 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -101,7 +101,7 @@ COMMENT
|
101 | 101 | <para>
|
102 | 102 | <command>COMMENT</command> adds a comment to an object that can be
|
103 | 103 | easily retrieved with <application>psql's</application>
|
104 |
| - <emphasis>\dd</emphasis>command. |
| 104 | + <emphasis>\dd</emphasis>or <emphasis>\d+</emphasis> commands. |
105 | 105 | To remove a comment, use <literal>NULL</literal>.
|
106 | 106 | Comments are automatically dropped when the object is dropped.
|
107 | 107 | </para>
|
|