File tree 1 file changed +11
-11
lines changed 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="mvcc">
@@ -476,20 +476,20 @@ ERROR: Can't serialize access due to concurrent update
476
476
</para>
477
477
478
478
<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).
489
482
</para>
490
483
</listitem>
491
484
</varlistentry>
492
485
</variablelist>
486
+
487
+ <note>
488
+ <para>
489
+ Only AccessExclusiveLock blocks <command>SELECT</command> (without
490
+ <option>FOR UPDATE</option>) statement.
491
+ </para>
492
+ </note>
493
493
</para>
494
494
</sect2>
495
495
You can’t perform that action at this time.
0 commit comments