|
1039 | 1039 | <para>
|
1040 | 1040 | The new option is called <literal>NOT VALID</>, which can
|
1041 | 1041 | 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. |
1043 | 1044 | </para>
|
1044 | 1045 | </listitem>
|
1045 | 1046 |
|
|
1587 | 1588 | </para>
|
1588 | 1589 |
|
1589 | 1590 | <para>
|
1590 |
| - This feature can be used to implement updatable views. |
| 1591 | + This feature can be used to implementfullyupdatable views. |
1591 | 1592 | </para>
|
1592 | 1593 | </listitem>
|
1593 | 1594 |
|
1594 | 1595 | <listitem>
|
1595 | 1596 | <para>
|
1596 |
| -Reduce lock levels for <link |
| 1597 | +Minimise lock levels for <link |
1597 | 1598 | linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
|
1598 |
| - andsome <link linkend="SQL-ALTERTABLE"><command>ALTER |
| 1599 | + andmany <link linkend="SQL-ALTERTABLE"><command>ALTER |
1599 | 1600 | TABLE</></link> and <link linkend="SQL-CREATERULE"><command>CREATE
|
1600 | 1601 | RULE</></link> operations (Simon Riggs)
|
1601 | 1602 | </para>
|
1602 | 1603 |
|
1603 | 1604 | <para>
|
1604 |
| - This improvesconcurrency. |
| 1605 | + This improvesdatabase availability when altering active databases. |
1605 | 1606 | </para>
|
1606 | 1607 | </listitem>
|
1607 | 1608 |
|
|
2551 | 2552 | </para>
|
2552 | 2553 | </listitem>
|
2553 | 2554 |
|
| 2555 | + <listitem> |
| 2556 | + <para> |
| 2557 | + Extensive proofreading and documentation improvements |
| 2558 | + (Thom Brown, Josh Kupershmidt, Susanne Ebrecht) |
| 2559 | + </para> |
| 2560 | + </listitem> |
| 2561 | + |
2554 | 2562 | <listitem>
|
2555 | 2563 | <para>
|
2556 | 2564 | Add documentation for <link
|
|