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

Commitec762bc

Browse files
committed
Correct error in description of AccessExclusiveLock mode
(failed to say that it conflicts with AccessShareLock).
1 parent5d708fe commitec762bc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.9 2000/10/1117:38:36 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/1118:29:52 tgl Exp $
33
-->
44

55
<chapter id="mvcc">
@@ -476,20 +476,20 @@ ERROR: Can't serialize access due to concurrent update
476476
</para>
477477

478478
<para>
479-
Conflicts with RowShareLock, RowExclusiveLock, ShareLock,
480-
ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock
481-
modes.
482-
483-
<note>
484-
<para>
485-
Only AccessExclusiveLock blocks <command>SELECT</command> (without
486-
<option>FOR UPDATE</option>) statement.
487-
</para>
488-
</note>
479+
Conflicts with all modes (AccessShareLock, RowShareLock,
480+
RowExclusiveLock, ShareLock,
481+
ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock).
489482
</para>
490483
</listitem>
491484
</varlistentry>
492485
</variablelist>
486+
487+
<note>
488+
<para>
489+
Only AccessExclusiveLock blocks <command>SELECT</command> (without
490+
<option>FOR UPDATE</option>) statement.
491+
</para>
492+
</note>
493493
</para>
494494
</sect2>
495495

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp