diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 5152bb3fe40..a4cebb4f337 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -1039,7 +1039,8 @@
The new option is called NOT VALID>, which can
later be modified to VALIDATED> and validation
- checks performed.
+ checks performed. Together these allow you to add a Foreign Key
+ with minimal impact on read and write operations.
@@ -1587,21 +1588,21 @@
- This feature can be used to implement updatable views.
+ This feature can be used to implement fully updatable views.
- Reduce lock levels for CREATE TRIGGER>
- and some ALTER
+ and many ALTER
TABLE> and CREATE
RULE> operations (Simon Riggs)
- This improves concurrency.
+ This improves database availability when altering active databases.
@@ -2551,6 +2552,13 @@
+
+
+ Extensive proofreading and documentation improvements
+ (Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
+
+
+
Add documentation for