From a195e3c34f1eeb6a607c342121edf48e49067ea9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 7 Jul 2011 13:14:46 -0400 Subject: Finish disabling reduced-lock-levels-for-DDL feature. Previous patch only covered the ALTER TABLE changes, not changes in other commands; and it neglected to revert the documentation changes. --- doc/src/sgml/mvcc.sgml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 1d337b80550..1ec07dd9eee 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -878,9 +878,8 @@ ERROR: could not serialize access due to read/write dependencies among transact - Acquired by CREATE TRIGGER, - CREATE RULE (except for ON SELECT - rules) and some forms of ALTER TABLE. + This lock mode is not automatically acquired by any + PostgreSQL command. @@ -925,10 +924,10 @@ ERROR: could not serialize access due to read/write dependencies among transact - Acquired by the DROP TABLE, + Acquired by the ALTER TABLE, DROP TABLE, TRUNCATE, REINDEX, CLUSTER, and VACUUM FULL - commands, and some forms of ALTER TABLE. + commands. This is also the default lock mode for LOCK TABLE statements that do not specify a mode explicitly. -- cgit v1.2.3