From 11e7f9d52e2108f340213e51a8114a832b0ccc52 Mon Sep 17 00:00:00 2001 From: Kevin Grittner Date: Mon, 2 Nov 2015 06:26:36 -0600 Subject: [PATCH] Add RMV to list of commands taking AE lock. Backpatch to 9.3, where it was initially omitted. Craig Ringer, with minor adjustment by Kevin Grittner --- doc/src/sgml/mvcc.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 2c7a03d0925..78a6a15ea73 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -941,7 +941,9 @@ ERROR: could not serialize access due to read/write dependencies among transact Acquired by the DROP TABLE, TRUNCATE, REINDEX, - CLUSTER, and VACUUM FULL + CLUSTER, VACUUM FULL, + and REFRESH MATERIALIZED VIEW (without + ) commands. Many forms of ALTER TABLE also acquire a lock at this level (see ). This is also the default lock mode for LOCK TABLE