diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-05 19:00:39 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-05 19:00:39 +0000 |
commit | 0ab27ad5e0927d872c76f8e28f7529b302b4afd5 (patch) | |
tree | c851df4d4346c361500c5b104a54a38aae051757 | |
parent | 27d8dcd55fecc63f0b259f4899a8ea4f3aff87ff (diff) | |
download | postgresql-0ab27ad5e0927d872c76f8e28f7529b302b4afd5.tar.gz postgresql-0ab27ad5e0927d872c76f8e28f7529b302b4afd5.zip |
Add missing space, change some markup.
-rw-r--r-- | doc/src/sgml/ref/comment.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/05 18:42:56 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.8 2001/03/05 19:00:39 petere Exp $ Postgres documentation --> @@ -100,8 +100,8 @@ COMMENT </title> <para> <command>COMMENT</command> adds a comment to an object that can be - easily retrieved with <application>psql's</application> - <emphasis>\dd</emphasis>, <emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands. + easily retrieved with <command>psql</command>'s + <command>\dd</command>, <command>\d+</command>, or <command>\l+</command> commands. To remove a comment, use <literal>NULL</literal>. Comments are automatically dropped when the object is dropped. </para> |