Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec762bc

Browse files
committed
Correct error in description of AccessExclusiveLock mode
(failed to say that it conflicts with AccessShareLock).
1 parent 5d708fe commit ec762bc

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/11 17:38:36 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18: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)