projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a9916
)
Update comments and credit doc proofreaders
author
Simon Riggs
Mon, 4 Apr 2011 21:36:09 +0000
(22:36 +0100)
committer
Simon Riggs
Mon, 4 Apr 2011 21:36:09 +0000
(22:36 +0100)
doc/src/sgml/release-9.1.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.1.sgml
b/doc/src/sgml/release-9.1.sgml
index 5152bb3fe4021d40bb20bc3b6bb26c770b3494ec..a4cebb4f3379c7a175e6f6685afc6826b0dc1ef8 100644
(file)
--- a/
doc/src/sgml/release-9.1.sgml
+++ b/
doc/src/sgml/release-9.1.sgml
@@
-1039,7
+1039,8
@@
The new option is called
NOT VALID>, which can
later be modified to
VALIDATED> and validation
- checks performed.
+ checks performed. Together these allow you to add a Foreign Key
+ with minimal impact on read and write operations.
@@
-1587,21
+1588,21
@@
- This feature can be used to implement updatable views.
+ This feature can be used to implement
fully
updatable views.
-
Reduc
e lock levels for
+
Minimis
e lock levels for
linkend="SQL-CREATETRIGGER">
CREATE TRIGGER>
- and
some
ALTER
+ and
many
ALTER
TABLE> and
CREATE
RULE> operations (Simon Riggs)
- This improves
concurrency
.
+ This improves
database availability when altering active databases
.
@@
-2551,6
+2552,13
@@
+
+
+ Extensive proofreading and documentation improvements
+ (Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
+
+
+
Add documentation for