diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 8d986753799..097987a0875 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -939,7 +939,9 @@ ERROR: could not serialize access due to read/write dependencies among transact Acquired by the ALTER TABLE, DROP TABLE, TRUNCATE, REINDEX, - CLUSTER, and VACUUM FULL + CLUSTER, VACUUM FULL, + and REFRESH MATERIALIZED VIEW (without + ) commands. This is also the default lock mode for LOCK TABLE statements that do not specify a mode explicitly.