From ec762bcc8acb4575bd8aca5b7fce9279380296fe Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 11 Oct 2000 18:29:52 +0000 Subject: [PATCH] Correct error in description of AccessExclusiveLock mode (failed to say that it conflicts with AccessShareLock). --- doc/src/sgml/mvcc.sgml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index e71769c4d2..724aa0d30f 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -1,5 +1,5 @@ @@ -476,20 +476,20 @@ ERROR: Can't serialize access due to concurrent update - Conflicts with RowShareLock, RowExclusiveLock, ShareLock, - ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock - modes. - - - - Only AccessExclusiveLock blocks SELECT (without - ) statement. - - + Conflicts with all modes (AccessShareLock, RowShareLock, + RowExclusiveLock, ShareLock, + ShareRowExclusiveLock, ExclusiveLock and AccessExclusiveLock). + + + + Only AccessExclusiveLock blocks SELECT (without + ) statement. + +