projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d426869
)
Add mention of NULL for COMMENT.
author
Bruce Momjian
Tue, 26 Oct 1999 16:36:28 +0000
(16:36 +0000)
committer
Bruce Momjian
Tue, 26 Oct 1999 16:36:28 +0000
(16:36 +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 c59ea744e73c29d57f8645567ce219e29dbe0583..21f1e7b993d5155ca8c30dd6a56fa43d1bb35eb4 100644
(file)
--- a/
doc/src/sgml/ref/comment.sgml
+++ b/
doc/src/sgml/ref/comment.sgml
@@
-1,5
+1,5
@@
@@
-102,7
+102,7
@@
COMMENT
COMMENT
adds a comment to an object that can be
easily retrieved with
psql's
\dd
command.
- To remove a comment, use
''
.
+ To remove a comment, use
NULL
.
Comments are automatically dropped when the object is dropped.