1- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.1 2002/08/04 05:14:06 momjian Exp $ -->
1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.2 2002/08/06 05:32:16 momjian Exp $ -->
22<refentry id="SQL-START-TRANSACTION">
33 <docinfo>
44 <date>2002-07-26</date>
@@ -76,7 +76,7 @@ WARNING: BEGIN: already a transaction in progress
7676 This command begins a new transaction. If the isolation level is
7777 specified, the new transaction has that isolation level. In all other
7878 respects, the behavior of this command is identical to the
79- <command>BEGIN</command>.
79+ <command>BEGIN</command> command .
8080 </para>
8181
8282 </refsect1>
@@ -86,8 +86,8 @@ WARNING: BEGIN: already a transaction in progress
8686
8787 <para>
8888 The isolation level of a transaction can also be set with the <xref
89- linkend="sql-set-transaction" endterm="sql-set-transaction-title">.
90- If no isolation level is specified, the level defaults to
89+ linkend="sql-set-transaction" endterm="sql-set-transaction-title">
90+ command. If no isolation level is specified, the level defaults to
9191 <option>READ COMMITTED</option>.
9292 </para>
9393 </refsect1>