Skip to content

Commit 909a83d

Browse files
committed
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
1 parent 1847929 commit 909a83d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
939939
<para>
940940
Acquired by the <command>ALTER TABLE</>, <command>DROP TABLE</>,
941941
<command>TRUNCATE</command>, <command>REINDEX</command>,
942-
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
942+
<command>CLUSTER</command>, <command>VACUUM FULL</command>,
943+
and <command>REFRESH MATERIALIZED VIEW</command> (without
944+
<option>CONCURRENTLY</option>)
943945
commands.
944946
This is also the default lock mode for <command>LOCK TABLE</command>
945947
statements that do not specify a mode explicitly.

0 commit comments

Comments
 (0)