]> granicus.if.org Git - postgresql/commitdiff
Add mention of NULL for COMMENT.
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 16:36:28 +0000 (16:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 16:36:28 +0000 (16:36 +0000)
doc/src/sgml/ref/comment.sgml

index c59ea744e73c29d57f8645567ce219e29dbe0583..21f1e7b993d5155ca8c30dd6a56fa43d1bb35eb4 100644 (file)
@@ -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>