Commit 0ab27ad5 authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing space, change some markup.

parent 27d8dcd5
<!-- <!--
$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 Postgres documentation
--> -->
...@@ -100,8 +100,8 @@ COMMENT ...@@ -100,8 +100,8 @@ COMMENT
</title> </title>
<para> <para>
<command>COMMENT</command> adds a comment to an object that can be <command>COMMENT</command> adds a comment to an object that can be
easily retrieved with <application>psql's</application> easily retrieved with <command>psql</command>'s
<emphasis>\dd</emphasis>, <emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands. <command>\dd</command>, <command>\d+</command>, or <command>\l+</command> commands.
To remove a comment, use <literal>NULL</literal>. To remove a comment, use <literal>NULL</literal>.
Comments are automatically dropped when the object is dropped. Comments are automatically dropped when the object is dropped.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment