diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 2ee64a1d3a..ef7278b1c6 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -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. + diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index f39e0eb7fe..72e62ad3cb 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,4 +1,4 @@ - + 2000-11-24 @@ -48,7 +48,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION - READ COMMITTED + READ COMMITTED A statement can only see rows committed before it began. This