projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b17d0
)
Add mention of \d+ to comment.
author
Bruce Momjian
Sun, 10 Dec 2000 21:56:00 +0000
(21:56 +0000)
committer
Bruce Momjian
Sun, 10 Dec 2000 21:56:00 +0000
(21:56 +0000)
doc/src/sgml/ref/comment.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/comment.sgml
b/doc/src/sgml/ref/comment.sgml
index af127beeedd445c8cec8b17d41c70799b10b9a5c..077d424c05b90aa3a003439f527b323a50113524 100644
(file)
--- a/
doc/src/sgml/ref/comment.sgml
+++ b/
doc/src/sgml/ref/comment.sgml
@@
-1,5
+1,5
@@
@@
-101,7
+101,7
@@
COMMENT
COMMENT
adds a comment to an object that can be
easily retrieved with
psql's
-
\dd
command
.
+
\dd
or
\d+
commands
.
To remove a comment, use
NULL
.
Comments are automatically dropped when the object is dropped.