mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Correct error in description of AccessExclusiveLock mode
(failed to say that it conflicts with AccessShareLock).
This commit is contained in:
parent
5d708fe22e
commit
ec762bcc8a
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.9 2000/10/11 17:38:36 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18:29:52 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="mvcc">
|
<chapter id="mvcc">
|
||||||
@ -476,20 +476,20 @@ ERROR: Can't serialize access due to concurrent update
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Conflicts with RowShareLock, RowExclusiveLock, ShareLock,
|
Conflicts with all modes (AccessShareLock, RowShareLock,
|
||||||
ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock
|
RowExclusiveLock, ShareLock,
|
||||||
modes.
|
ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock).
|
||||||
|
|
||||||
<note>
|
|
||||||
<para>
|
|
||||||
Only AccessExclusiveLock blocks <command>SELECT</command> (without
|
|
||||||
<option>FOR UPDATE</option>) statement.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
Only AccessExclusiveLock blocks <command>SELECT</command> (without
|
||||||
|
<option>FOR UPDATE</option>) statement.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user