File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments