mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Update comments and credit doc proofreaders
This commit is contained in:
@@ -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 @@
|
|||||||
</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 @@
|
|||||||
</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
|
||||||
|
Reference in New Issue
Block a user