diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index e71769c4d24..724aa0d30fb 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. + +