We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd1880 commit 2b3f6ecCopy full SHA for 2b3f6ec
doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<appendix id="release">
@@ -1447,7 +1447,11 @@ DROP SCHEMA information_schema CASCADE;
1447
</listitem>
1448
1449
<listitem>
1450
- <para>Have <command>COMMENT ON DATABASE</command> on nonlocal database generate a warning (Rod)</para>
+ <para>
1451
+ Have <command>COMMENT ON DATABASE</command> on nonlocal
1452
+ database generate a warning, rather than an error (Rod)
1453
+ </para>
1454
+
1455
<para>
1456
Database comments are stored in database-local tables so
1457
comments on a database have to be stored in each database.
0 commit comments