File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 $
33Postgres 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>
You can’t perform that action at this time.
0 commit comments