Commit 35d2a660 authored by Simon Riggs's avatar Simon Riggs

Update comments and credit doc proofreaders

parent 34a99161
...@@ -1039,7 +1039,8 @@ ...@@ -1039,7 +1039,8 @@
<para> <para>
The new option is called <literal>NOT VALID</>, which can The new option is called <literal>NOT VALID</>, which can
later be modified to <literal>VALIDATED</> and validation 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> </para>
</listitem> </listitem>
...@@ -1587,21 +1588,21 @@ ...@@ -1587,21 +1588,21 @@
</para> </para>
<para> <para>
This feature can be used to implement updatable views. This feature can be used to implement fully updatable views.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Reduce lock levels for <link Minimise lock levels for <link
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></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 TABLE</></link> and <link linkend="SQL-CREATERULE"><command>CREATE
RULE</></link> operations (Simon Riggs) RULE</></link> operations (Simon Riggs)
</para> </para>
<para> <para>
This improves concurrency. This improves database availability when altering active databases.
</para> </para>
</listitem> </listitem>
...@@ -2551,6 +2552,13 @@ ...@@ -2551,6 +2552,13 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Extensive proofreading and documentation improvements
(Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Add documentation for <link Add documentation for <link
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment