projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd1880
)
Clarify an entry in the 7.4 release notes.
author
Neil Conway
Mon, 24 May 2004 04:54:22 +0000
(
04:54
+0000)
committer
Neil Conway
Mon, 24 May 2004 04:54:22 +0000
(
04:54
+0000)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index 7b50eab4a3e77600eff342c8725fe58f583dd38b..0b5b5bdeb2d826d49743bb63dfcdfa0d2ef54c5e 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-1447,7
+1447,11
@@
DROP SCHEMA information_schema CASCADE;
-
Have
COMMENT ON DATABASE
on nonlocal database generate a warning (Rod)
+
+ Have
COMMENT ON DATABASE
on nonlocal
+ database generate a warning, rather than an error (Rod)
+
+
Database comments are stored in database-local tables so
comments on a database have to be stored in each database.