Add RMV to list of commands taking AE lock.
authorKevin Grittner
Mon, 2 Nov 2015 12:26:36 +0000 (06:26 -0600)
committerKevin Grittner
Mon, 2 Nov 2015 12:26:36 +0000 (06:26 -0600)
Backpatch to 9.3, where it was initially omitted.

Craig Ringer, with minor adjustment by Kevin Grittner

doc/src/sgml/mvcc.sgml

index 2c7a03d092593bf5ed590bc06a9ca2131bccad9f..78a6a15ea737e0d4e7d82512b5afd46677a1d4b4 100644 (file)
@@ -941,7 +941,9 @@ ERROR:  could not serialize access due to read/write dependencies among transact
         
          Acquired by the DROP TABLE,
          TRUNCATEREINDEX,
-         CLUSTER, and VACUUM FULL
+         CLUSTERVACUUM 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