Fix markup.
authorPeter Eisentraut
Sat, 11 Jan 2003 00:00:03 +0000 (00:00 +0000)
committerPeter Eisentraut
Sat, 11 Jan 2003 00:00:03 +0000 (00:00 +0000)
doc/src/sgml/mvcc.sgml
doc/src/sgml/ref/set_transaction.sgml

index 2ee64a1d3a6e7ccaecbe810f2cda49ec28765ee5..ef7278b1c6a22695b101954368b596ec058aa954 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -874,6 +874,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
     situation, application developers should be aware of the
     relatively poor concurrent performance of GiST and R-tree
     indexes.
+   
   
  
 
index f39e0eb7fe622af532ede620f11c57711b6fd971..72e62ad3cb32d39ecfff7c25acff25682c1d99c0 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   2000-11-24
@@ -48,7 +48,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION
 
    
     
-     READ COMMITTED
+     READ COMMITTED</literal>
      
       
        A statement can only see rows committed before it began. This