Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ab27ad

Browse files
committed
Add missing space, change some markup.
1 parent 27d8dcd commit 0ab27ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/comment.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/05 18:42:56 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.8 2001/03/05 19:00:39 petere Exp $
33
Postgres documentation
44
-->
55

@@ -100,8 +100,8 @@ COMMENT
100100
</title>
101101
<para>
102102
<command>COMMENT</command> adds a comment to an object that can be
103-
easily retrieved with <application>psql's</application>
104-
<emphasis>\dd</emphasis>, <emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands.
103+
easily retrieved with <command>psql</command>'s
104+
<command>\dd</command>, <command>\d+</command>, or <command>\l+</command> commands.
105105
To remove a comment, use <literal>NULL</literal>.
106106
Comments are automatically dropped when the object is dropped.
107107
</para>

0 commit comments

Comments
 (0)