mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Add mention of \d+ to comment.
This commit is contained in:
parent
c9b17d0815
commit
8651dc10a5
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.4 2000/04/11 05:39:15 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.5 2000/12/10 21:56:00 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ COMMENT
|
|||||||
<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 <application>psql's</application>
|
||||||
<emphasis>\dd</emphasis> command.
|
<emphasis>\dd</emphasis> or <emphasis>\d+</emphasis> 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user