Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 35d2a66

Browse files
Update comments and credit doc proofreaders
1 parent 34a9916 commit 35d2a66

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/src/sgml/release-9.1.sgml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,8 @@
10391039
<para>
10401040
The new option is called <literal>NOT VALID</>, which can
10411041
later be modified to <literal>VALIDATED</> and validation
1042-
checks performed.
1042+
checks performed. Together these allow you to add a Foreign Key
1043+
with minimal impact on read and write operations.
10431044
</para>
10441045
</listitem>
10451046

@@ -1587,21 +1588,21 @@
15871588
</para>
15881589

15891590
<para>
1590-
This feature can be used to implement updatable views.
1591+
This feature can be used to implement fully updatable views.
15911592
</para>
15921593
</listitem>
15931594

15941595
<listitem>
15951596
<para>
1596-
Reduce lock levels for <link
1597+
Minimise lock levels for <link
15971598
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
1598-
and some <link linkend="SQL-ALTERTABLE"><command>ALTER
1599+
and many <link linkend="SQL-ALTERTABLE"><command>ALTER
15991600
TABLE</></link> and <link linkend="SQL-CREATERULE"><command>CREATE
16001601
RULE</></link> operations (Simon Riggs)
16011602
</para>
16021603

16031604
<para>
1604-
This improves concurrency.
1605+
This improves database availability when altering active databases.
16051606
</para>
16061607
</listitem>
16071608

@@ -2551,6 +2552,13 @@
25512552
</para>
25522553
</listitem>
25532554

2555+
<listitem>
2556+
<para>
2557+
Extensive proofreading and documentation improvements
2558+
(Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
2559+
</para>
2560+
</listitem>
2561+
25542562
<listitem>
25552563
<para>
25562564
Add documentation for <link

0 commit comments

Comments
 (0)