From: Bruce Momjian Date: Tue, 6 Aug 2002 05:32:16 +0000 (+0000) Subject: This patch fixes two typos in the documentation for the newly added X-Git-Tag: REL7_3~1003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b30ed8fa41492a0184b20191ed202999759e374;p=postgresql This patch fixes two typos in the documentation for the newly added START TRANSACTION command. Neil Conway --- 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 .