diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml index 675b317f608..2e657c610bb 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 .