summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-10-26 16:36:28 +0000
committerBruce Momjian1999-10-26 16:36:28 +0000
commitaeef71718aef1b993ab0cbed6bf39129561e821f (patch)
tree97443a4e3365f2ee44674797a4f29b8dec536aeb
parentd426869b8979ab33404a4a3df4ed6c4efdcb3868 (diff)
Add mention of NULL for COMMENT.
-rw-r--r--doc/src/sgml/ref/comment.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index c59ea744e73..21f1e7b993d 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -102,7 +102,7 @@ COMMENT
<command>COMMENT</command> adds a comment to an object that can be
easily retrieved with <application>psql's</application>
<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.
</para>
</refsect1>