|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/0518:42:56 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.8 2001/03/0519:00:39 petere Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -100,8 +100,8 @@ COMMENT
|
100 | 100 | </title>
|
101 | 101 | <para>
|
102 | 102 | <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. |
105 | 105 | To remove a comment, use <literal>NULL</literal>.
|
106 | 106 | Comments are automatically dropped when the object is dropped.
|
107 | 107 | </para>
|
|