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

Commit 8651dc1

Browse files
committed
Add mention of \d+ to comment.
1 parent c9b17d0 commit 8651dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/comment.sgml

Lines changed: 2 additions & 2 deletions
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.4 2000/04/11 05:39:15 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.5 2000/12/10 21:56:00 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -101,7 +101,7 @@ COMMENT
101101
<para>
102102
<command>COMMENT</command> adds a comment to an object that can be
103103
easily retrieved with <application>psql's</application>
104-
<emphasis>\dd</emphasis> command.
104+
<emphasis>\dd</emphasis> or <emphasis>\d+</emphasis> 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)