We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b17d0 commit 8651dc1Copy full SHA for 8651dc1
doc/src/sgml/ref/comment.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.4 2000/04/11 05:39:15 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.5 2000/12/10 21:56:00 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -101,7 +101,7 @@ COMMENT
101
<para>
102
<command>COMMENT</command> adds a comment to an object that can be
103
easily retrieved with <application>psql's</application>
104
- <emphasis>\dd</emphasis> command.
+ <emphasis>\dd</emphasis> or <emphasis>\d+</emphasis> commands.
105
To remove a comment, use <literal>NULL</literal>.
106
Comments are automatically dropped when the object is dropped.
107
</para>
0 commit comments