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 1847929 commit 909a83dCopy full SHA for 909a83d
doc/src/sgml/mvcc.sgml
@@ -939,7 +939,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
939
<para>
940
Acquired by the <command>ALTER TABLE</>, <command>DROP TABLE</>,
941
<command>TRUNCATE</command>, <command>REINDEX</command>,
942
- <command>CLUSTER</command>, and <command>VACUUM FULL</command>
+ <command>CLUSTER</command>, <command>VACUUM FULL</command>,
943
+ and <command>REFRESH MATERIALIZED VIEW</command> (without
944
+ <option>CONCURRENTLY</option>)
945
commands.
946
This is also the default lock mode for <command>LOCK TABLE</command>
947
statements that do not specify a mode explicitly.
0 commit comments