File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.31 2002/12/18 20:40:24 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.32 2003/01/11 00:00:02 petere Exp $
3
3
-->
4
4
5
5
<chapter id="mvcc">
@@ -874,6 +874,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
874
874
situation, application developers should be aware of the
875
875
relatively poor concurrent performance of GiST and R-tree
876
876
indexes.
877
+ </para>
877
878
</sect1>
878
879
</chapter>
879
880
Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.10 2003/01/10 22:03:27 petere Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.11 2003/01/11 00:00:03 petere Exp $ -->
2
2
<refentry id="SQL-SET-TRANSACTION">
3
3
<docinfo>
4
4
<date>2000-11-24</date>
@@ -48,7 +48,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION
48
48
49
49
<variablelist>
50
50
<varlistentry>
51
- <term><literal>READ COMMITTED<literal></term>
51
+ <term><literal>READ COMMITTED</ literal></term>
52
52
<listitem>
53
53
<para>
54
54
A statement can only see rows committed before it began. This
You can’t perform that action at this time.
0 commit comments