projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d8dcd
)
Add missing space, change some markup.
author
Peter Eisentraut
Mon, 5 Mar 2001 19:00:39 +0000
(19:00 +0000)
committer
Peter Eisentraut
Mon, 5 Mar 2001 19:00:39 +0000
(19:00 +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 f5cf0ae67d5f406043c4a7629c7cec311ff00f49..c31939bb73c6368dcf4c817c8be8ae89bfb28e1e 100644
(file)
--- a/
doc/src/sgml/ref/comment.sgml
+++ b/
doc/src/sgml/ref/comment.sgml
@@
-1,5
+1,5
@@
@@
-100,8
+100,8
@@
COMMENT
COMMENT
adds a comment to an object that can be
- easily retrieved with <
application>psql's
- <
emphasis>\dd,
\d+
, or
\l+
commands.
+ easily retrieved with <
command>psql's
+ <
command>\dd,
\d+
, or
\l+
commands.
To remove a comment, use
NULL
.
Comments are automatically dropped when the object is dropped.