Correct error in description of AccessExclusiveLock mode

(failed to say that it conflicts with AccessShareLock).
This commit is contained in:
Tom Lane 2000-10-11 18:29:52 +00:00
parent 5d708fe22e
commit ec762bcc8a

View File

@ -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,9 +476,13 @@ 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).
</para>
</listitem>
</varlistentry>
</variablelist>
<note> <note>
<para> <para>
@ -487,10 +491,6 @@ ERROR: Can't serialize access due to concurrent update
</para> </para>
</note> </note>
</para> </para>
</listitem>
</varlistentry>
</variablelist>
</para>
</sect2> </sect2>
<sect2> <sect2>