]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add RMV to list of commands taking AE lock.
authorKevin Grittner <kgrittn@postgresql.org>
Mon, 2 Nov 2015 12:26:49 +0000 (06:26 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
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
         <para>
          Acquired by the <command>ALTER TABLE</>, <command>DROP TABLE</>,
          <command>TRUNCATE</command>, <command>REINDEX</command>,
-         <command>CLUSTER</command>, and <command>VACUUM FULL</command>
+         <command>CLUSTER</command>, <command>VACUUM FULL</command>,
+         and <command>REFRESH MATERIALIZED VIEW</command> (without
+         <option>CONCURRENTLY</option>)
          commands.
          This is also the default lock mode for <command>LOCK TABLE</command>
          statements that do not specify a mode explicitly.