diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2011-07-04 09:31:40 +0100 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-07-04 09:31:40 +0100 |
commit | 2c3d9db56d5d49bdc777b174982251c01348e3d8 (patch) | |
tree | 002a991c1928b2b893a4873c22e7434dbdc09873 /doc/src | |
parent | 4fa046a39ebdaf4c9191ffff8a57b0759c52f3f3 (diff) | |
download | postgresql-2c3d9db56d5d49bdc777b174982251c01348e3d8.tar.gz postgresql-2c3d9db56d5d49bdc777b174982251c01348e3d8.zip |
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Locks on inheritance parent remain at lower level, as they were before.
Remove entry from 9.1 release notes.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 9dfca1c7866..914464eb6c3 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -846,8 +846,7 @@ <listitem> <para> - Add functions to control streaming replication replay (Simon - Riggs) + Add functions to control streaming replication replay (Simon Riggs) </para> <para> @@ -1742,20 +1741,6 @@ </para> </listitem> - <listitem> - <para> - Minimize lock levels for <link - linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link> - 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 database availability when altering active databases. - </para> - </listitem> - </itemizedlist> </sect4> |