From 2c3d9db56d5d49bdc777b174982251c01348e3d8 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Mon, 4 Jul 2011 09:31:40 +0100 Subject: 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. --- doc/src/sgml/release-9.1.sgml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc/src') 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 @@ - Add functions to control streaming replication replay (Simon - Riggs) + Add functions to control streaming replication replay (Simon Riggs) @@ -1742,20 +1741,6 @@ - - - Minimize lock levels for CREATE TRIGGER - and many ALTER - TABLE and CREATE - RULE operations (Simon Riggs) - - - - This improves database availability when altering active databases. - - - -- cgit v1.2.3