Skip to content

Commit 11e7f9d

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 1d95617 commit 11e7f9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/mvcc.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
941941
<para>
942942
Acquired by the <command>DROP TABLE</>,
943943
<command>TRUNCATE</command>, <command>REINDEX</command>,
944-
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
944+
<command>CLUSTER</command>, <command>VACUUM FULL</command>,
945+
and <command>REFRESH MATERIALIZED VIEW</command> (without
946+
<option>CONCURRENTLY</option>)
945947
commands. Many forms of <command>ALTER TABLE</> also acquire
946948
a lock at this level (see <xref linkend="SQL-ALTERTABLE">).
947949
This is also the default lock mode for <command>LOCK TABLE</command>

0 commit comments

Comments
 (0)