Commit aeef7171 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of NULL for COMMENT.

parent d426869b
<!-- <!--
$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 $
Postgres documentation Postgres documentation
--> -->
...@@ -102,7 +102,7 @@ COMMENT ...@@ -102,7 +102,7 @@ COMMENT
<command>COMMENT</command> adds a comment to an object that can be <command>COMMENT</command> adds a comment to an object that can be
easily retrieved with <application>psql's</application> easily retrieved with <application>psql's</application>
<emphasize>\dd</emphasize> command. <emphasize>\dd</emphasize> command.
To remove a comment, use <literal>''</literal>. To remove a comment, use <literal>NULL</literal>.
Comments are automatically dropped when the object is dropped. Comments are automatically dropped when the object is dropped.
</para> </para>
</refsect1> </refsect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment