Skip to content

Commit 7b30ed8

Browse files
committed
This patch fixes two typos in the documentation for the newly added
START TRANSACTION command. Neil Conway
1 parent a6c7681 commit 7b30ed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/start_transaction.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)