]> granicus.if.org Git - postgresql/commitdiff
Update comments and credit doc proofreaders
authorSimon Riggs <simon@2ndQuadrant.com>
Mon, 4 Apr 2011 21:36:09 +0000 (22:36 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Mon, 4 Apr 2011 21:36:09 +0000 (22:36 +0100)
doc/src/sgml/release-9.1.sgml

index 5152bb3fe4021d40bb20bc3b6bb26c770b3494ec..a4cebb4f3379c7a175e6f6685afc6826b0dc1ef8 100644 (file)
        <para>
         The new option is called <literal>NOT VALID</>, which can
         later be modified to <literal>VALIDATED</> and validation
-        checks performed.
+        checks performed. Together these allow you to add a Foreign Key
+        with minimal impact on read and write operations.
        </para>
       </listitem>
 
        </para>
 
        <para>
-        This feature can be used to implement updatable views.
+        This feature can be used to implement fully updatable views.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Reduce lock levels for <link
+        Minimise lock levels for <link
         linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
-        and some <link linkend="SQL-ALTERTABLE"><command>ALTER
+        and many <link linkend="SQL-ALTERTABLE"><command>ALTER
         TABLE</></link> and <link linkend="SQL-CREATERULE"><command>CREATE
         RULE</></link> operations (Simon Riggs)
        </para>
 
        <para>
-        This improves concurrency.
+        This improves database availability when altering active databases.
        </para>
       </listitem>
 
       </para>
      </listitem>
 
+     <listitem>
+      <para>
+        Extensive proofreading and documentation improvements
+        (Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
+      </para>
+     </listitem>
+
      <listitem>
       <para>
        Add documentation for <link