Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
35d2a660
Commit
35d2a660
authored
Apr 04, 2011
by
Simon Riggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments and credit doc proofreaders
parent
34a99161
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+13
-5
No files found.
doc/src/sgml/release-9.1.sgml
View file @
35d2a660
...
...
@@ -1039,7 +1039,8 @@
<para>
The new option is called <literal>NOT VALID</>, which can
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>
</listitem>
...
...
@@ -1587,21 +1588,21 @@
</para>
<para>
This feature can be used to implement updatable views.
This feature can be used to implement
fully
updatable views.
</para>
</listitem>
<listitem>
<para>
Reduc
e lock levels for <link
Minimis
e lock levels for <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
RULE</></link> operations (Simon Riggs)
</para>
<para>
This improves
concurrency
.
This improves
database availability when altering active databases
.
</para>
</listitem>
...
...
@@ -2551,6 +2552,13 @@
</para>
</listitem>
<listitem>
<para>
Extensive proofreading and documentation improvements
(Thom Brown, Josh Kupershmidt, Susanne Ebrecht)
</para>
</listitem>
<listitem>
<para>
Add documentation for <link
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment