Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b30ed8

Browse files
committed
This patch fixes two typos in the documentation for the newly added
START TRANSACTION command.Neil Conway
1 parenta6c7681 commit7b30ed8

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)

[8]ページ先頭

©2009-2025 Movatter.jp