Commit bf25fb2f authored by Kevin Grittner's avatar Kevin Grittner

Add RMV to list of commands taking AE lock.

Backpatch to 9.3, where it was initially omitted.

Craig Ringer, with minor adjustment by Kevin Grittner
parent 585e2a3b
...@@ -990,7 +990,9 @@ ERROR: could not serialize access due to read/write dependencies among transact ...@@ -990,7 +990,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
<para> <para>
Acquired by the <command>DROP TABLE</>, Acquired by the <command>DROP TABLE</>,
<command>TRUNCATE</command>, <command>REINDEX</command>, <command>TRUNCATE</command>, <command>REINDEX</command>,
<command>CLUSTER</command>, and <command>VACUUM FULL</command> <command>CLUSTER</command>, <command>VACUUM FULL</command>,
and <command>REFRESH MATERIALIZED VIEW</command> (without
<option>CONCURRENTLY</option>)
commands. Many forms of <command>ALTER TABLE</> also acquire commands. Many forms of <command>ALTER TABLE</> also acquire
a lock at this level. This is also the default lock mode for a lock at this level. This is also the default lock mode for
<command>LOCK TABLE</command> statements that do not specify <command>LOCK TABLE</command> statements that do not specify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment