aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-05-24 04:54:22 +0000
committerNeil Conway <neilc@samurai.com>2004-05-24 04:54:22 +0000
commit2b3f6ecdf5613a3944b8179507be3976d60e860a (patch)
tree835f68554316de0b537c7deee1a56f74d90d10a0
parentffd1880bb4d76c4c887002b353bd38777d6ee743 (diff)
downloadpostgresql-2b3f6ecdf5613a3944b8179507be3976d60e860a.tar.gz
postgresql-2b3f6ecdf5613a3944b8179507be3976d60e860a.zip
Clarify an entry in the 7.4 release notes.
-rw-r--r--doc/src/sgml/release.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 7b50eab4a3e..0b5b5bdeb2d 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.261 2004/05/22 11:06:55 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.262 2004/05/24 04:54:22 neilc Exp $
-->
<appendix id="release">
@@ -1447,7 +1447,11 @@ DROP SCHEMA information_schema CASCADE;
</listitem>
<listitem>
- <para>Have <command>COMMENT ON DATABASE</command> on nonlocal database generate a warning (Rod)</para>
+ <para>
+ Have <command>COMMENT ON DATABASE</command> on nonlocal
+ database generate a warning, rather than an error (Rod)
+ </para>
+
<para>
Database comments are stored in database-local tables so
comments on a database have to be stored in each database.