From d24f44836b6f7358fcea5c7d2aebf8a6522b6a41 Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Mon, 2 Nov 2015 09:57:02 +0800 Subject: [PATCH] Mention lock level of REFRESH MATERIALIZED VIEW --- doc/src/sgml/mvcc.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 5128982..396a5ba 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -990,7 +990,8 @@ ERROR: could not serialize access due to read/write dependencies among transact Acquired by the DROP TABLE, TRUNCATE, REINDEX, - CLUSTER, and VACUUM FULL + CLUSTER, VACUUM FULL + and REFRESH MATERIALIZED VIEW commands. Many forms of ALTER TABLE also acquire a lock at this level. This is also the default lock mode for LOCK TABLE statements that do not specify -- 2.1.0