Thanks to visit codestin.com Credit goes to github.com
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 d426869 commit aeef717Copy full SHA for aeef717
doc/src/sgml/ref/comment.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.2 1999/10/26 03:53:35 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.3 1999/10/26 16:36:28 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -102,7 +102,7 @@ COMMENT
102
<command>COMMENT</command> adds a comment to an object that can be
103
easily retrieved with <application>psql's</application>
104
<emphasize>\dd</emphasize> command.
105
- To remove a comment, use <literal>''</literal>.
+ To remove a comment, use <literal>NULL</literal>.
106
Comments are automatically dropped when the object is dropped.
107
</para>
108
</refsect1>
0 commit comments