From 7b30ed8fa41492a0184b20191ed202999759e374 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Aug 2002 05:32:16 +0000 Subject: [PATCH] This patch fixes two typos in the documentation for the newly added START TRANSACTION command. Neil Conway --- doc/src/sgml/ref/start_transaction.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml index 675b317f60..2e657c610b 100644 --- a/doc/src/sgml/ref/start_transaction.sgml +++ b/doc/src/sgml/ref/start_transaction.sgml @@ -1,4 +1,4 @@ - + 2002-07-26 @@ -76,7 +76,7 @@ WARNING: BEGIN: already a transaction in progress This command begins a new transaction. If the isolation level is specified, the new transaction has that isolation level. In all other respects, the behavior of this command is identical to the - BEGIN. + BEGIN command. @@ -86,8 +86,8 @@ WARNING: BEGIN: already a transaction in progress The isolation level of a transaction can also be set with the . - If no isolation level is specified, the level defaults to + linkend="sql-set-transaction" endterm="sql-set-transaction-title"> + command. If no isolation level is specified, the level defaults to . -- 2.40.0