Correct error in description of AccessExclusiveLock mode
authorTom Lane
Wed, 11 Oct 2000 18:29:52 +0000 (18:29 +0000)
committerTom Lane
Wed, 11 Oct 2000 18:29:52 +0000 (18:29 +0000)
(failed to say that it conflicts with AccessShareLock).

doc/src/sgml/mvcc.sgml

index e71769c4d247d0d4a53ff5146f84c9b2fc81f964..724aa0d30fb8fe7f2cb04f2feaffccac88b5034f 100644 (file)
@@ -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.
+      
+