projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1847929
)
Add RMV to list of commands taking AE lock.
author
Kevin Grittner
Mon, 2 Nov 2015 12:26:49 +0000
(06:26 -0600)
committer
Kevin Grittner
Mon, 2 Nov 2015 12:26:49 +0000
(06:26 -0600)
Backpatch to 9.3, where it was initially omitted.
Craig Ringer, with minor adjustment by Kevin Grittner
doc/src/sgml/mvcc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/mvcc.sgml
b/doc/src/sgml/mvcc.sgml
index 8d9867537998821a10646b6972c48b09eb0a0fea..097987a0875e1d94c9e5a9c0e0a871a8b41caee8 100644
(file)
--- 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
+
CONCURRENTLY
)
commands.
This is also the default lock mode for
LOCK TABLE
statements that do not specify a mode explicitly.