Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf25fb2

Browse files
committed
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
1 parent585e2a3 commitbf25fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,9 @@ ERROR: could not serialize access due to read/write dependencies among transact
990990
<para>
991991
Acquired by the <command>DROP TABLE</>,
992992
<command>TRUNCATE</command>, <command>REINDEX</command>,
993-
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
993+
<command>CLUSTER</command>, <command>VACUUM FULL</command>,
994+
and <command>REFRESH MATERIALIZED VIEW</command> (without
995+
<option>CONCURRENTLY</option>)
994996
commands. Many forms of <command>ALTER TABLE</> also acquire
995997
a lock at this level. This is also the default lock mode for
996998
<command>LOCK TABLE</command> statements that do not specify

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp