File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
<refentry id="SQL-START-TRANSACTION">
3
3
<docinfo>
4
4
<date>2002-07-26</date>
@@ -76,7 +76,7 @@ WARNING: BEGIN: already a transaction in progress
76
76
This command begins a new transaction. If the isolation level is
77
77
specified, the new transaction has that isolation level. In all other
78
78
respects, the behavior of this command is identical to the
79
- <command>BEGIN</command>.
79
+ <command>BEGIN</command> command .
80
80
</para>
81
81
82
82
</refsect1>
@@ -86,8 +86,8 @@ WARNING: BEGIN: already a transaction in progress
86
86
87
87
<para>
88
88
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
91
91
<option>READ COMMITTED</option>.
92
92
</para>
93
93
</refsect1>
You can’t perform that action at this time.
0 commit comments