From: Peter Eisentraut Date: Mon, 5 Mar 2001 19:00:39 +0000 (+0000) Subject: Add missing space, change some markup. X-Git-Tag: REL7_1~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ab27ad5e0927d872c76f8e28f7529b302b4afd5;p=thirdparty%2Fpostgresql.git Add missing space, change some markup. --- diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index f5cf0ae67d5..c31939bb73c 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -1,5 +1,5 @@ @@ -100,8 +100,8 @@ COMMENT COMMENT adds a comment to an object that can be - easily retrieved with psql's - \dd, \d+, or \l+commands. + easily retrieved with psql's + \dd, \d+, or \l+ commands. To remove a comment, use NULL. Comments are automatically dropped when the object is dropped.