|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.2 1999/10/2603:53:35 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.3 1999/10/2616:36:28 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -102,7 +102,7 @@ COMMENT |
102 | 102 | <command>COMMENT</command> adds a comment to an object that can be |
103 | 103 | easily retrieved with <application>psql's</application> |
104 | 104 | <emphasize>\dd</emphasize> command. |
105 | | - To remove a comment, use <literal>''</literal>. |
| 105 | + To remove a comment, use <literal>NULL</literal>. |
106 | 106 | Comments are automatically dropped when the object is dropped. |
107 | 107 | </para> |
108 | 108 | </refsect1> |
|