8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d95617 commit 11e7f9dCopy full SHA for 11e7f9d
doc/src/sgml/mvcc.sgml
@@ -941,7 +941,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
941
<para>
942
Acquired by the <command>DROP TABLE</>,
943
<command>TRUNCATE</command>, <command>REINDEX</command>,
944
- <command>CLUSTER</command>, and <command>VACUUM FULL</command>
+ <command>CLUSTER</command>, <command>VACUUM FULL</command>,
945
+ and <command>REFRESH MATERIALIZED VIEW</command> (without
946
+ <option>CONCURRENTLY</option>)
947
commands. Many forms of <command>ALTER TABLE</> also acquire
948
a lock at this level (see <xref linkend="SQL-ALTERTABLE">).
949
This is also the default lock mode for <command>LOCK TABLE</command>
0 commit comments