Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2650fba

Browse files
committed
Fix markup.
1 parent 1afac12 commit 2650fba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="mvcc">
@@ -874,6 +874,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
874874
situation, application developers should be aware of the
875875
relatively poor concurrent performance of GiST and R-tree
876876
indexes.
877+
</para>
877878
</sect1>
878879
</chapter>
879880

doc/src/sgml/ref/set_transaction.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<refentry id="SQL-SET-TRANSACTION">
33
<docinfo>
44
<date>2000-11-24</date>
@@ -48,7 +48,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION
4848

4949
<variablelist>
5050
<varlistentry>
51-
<term><literal>READ COMMITTED<literal></term>
51+
<term><literal>READ COMMITTED</literal></term>
5252
<listitem>
5353
<para>
5454
A statement can only see rows committed before it began. This

0 commit comments

Comments
 (0)