diff options
Diffstat (limited to 'doc/src/sgml/ref/start_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/start_transaction.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml index 3ac66c883aa..98881920bae 100644 --- a/doc/src/sgml/ref/start_transaction.sgml +++ b/doc/src/sgml/ref/start_transaction.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.9 2003/11/29 19:51:39 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.10 2004/01/10 02:21:08 momjian Exp $ PostgreSQL documentation --> @@ -33,9 +33,8 @@ START TRANSACTION This command begins a new transaction. If the isolation level or read/write mode is specified, the new transaction has those characteristics, as if <xref linkend="sql-set-transaction" - endterm="sql-set-transaction-title"> was executed. In all other - respects, the behavior of this command is identical to the <xref - linkend="sql-begin" endterm="sql-begin-title"> command. + endterm="sql-set-transaction-title"> was executed. It is the same + as the <xref linkend="sql-begin" endterm="sql-begin-title"> command. </para> </refsect1> |