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

Craig Ringer, with minor adjustment by Kevin Grittner

doc/src/sgml/mvcc.sgml

index 5128982e07dde6fbfd4cde08de50754651080291..dd3c7755309733e5b610c418b5e8de44d78fc816 100644 (file)
@@ -990,7 +990,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. This is also the default lock mode for
          LOCK TABLE statements that do not specify