Add RMV to list of commands taking AE lock.
authorKevin Grittner
Mon, 2 Nov 2015 12:26:49 +0000 (06:26 -0600)
committerKevin Grittner
Mon, 2 Nov 2015 12:26:49 +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 8d9867537998821a10646b6972c48b09eb0a0fea..097987a0875e1d94c9e5a9c0e0a871a8b41caee8 100644 (file)
@@ -939,7 +939,9 @@ ERROR:  could not serialize access due to read/write dependencies among transact
         
          Acquired by the ALTER TABLE, DROP TABLE,
          TRUNCATEREINDEX,
-         CLUSTER, and VACUUM FULL
+         CLUSTERVACUUM FULL,
+         and REFRESH MATERIALIZED VIEW (without
+         )
          commands.
          This is also the default lock mode for LOCK TABLE
          statements that do not specify a mode explicitly.