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 585e2a3 commit bf25fb2Copy full SHA for bf25fb2
doc/src/sgml/mvcc.sgml
@@ -990,7 +990,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
990
<para>
991
Acquired by the <command>DROP TABLE</>,
992
<command>TRUNCATE</command>, <command>REINDEX</command>,
993
- <command>CLUSTER</command>, and <command>VACUUM FULL</command>
+ <command>CLUSTER</command>, <command>VACUUM FULL</command>,
994
+ and <command>REFRESH MATERIALIZED VIEW</command> (without
995
+ <option>CONCURRENTLY</option>)
996
commands. Many forms of <command>ALTER TABLE</> also acquire
997
a lock at this level. This is also the default lock mode for
998
<command>LOCK TABLE</command> statements that do not specify
0 commit comments