From aeef71718aef1b993ab0cbed6bf39129561e821f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 26 Oct 1999 16:36:28 +0000 Subject: [PATCH] Add mention of NULL for COMMENT. --- doc/src/sgml/ref/comment.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index c59ea744e7..21f1e7b993 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -1,5 +1,5 @@ @@ -102,7 +102,7 @@ COMMENT COMMENT adds a comment to an object that can be easily retrieved with psql's \dd command. - To remove a comment, use ''. + To remove a comment, use NULL. Comments are automatically dropped when the object is dropped. -- 2.40.0