diff options
Diffstat (limited to 'doc/src/sgml/ref/rollback.sgml')
-rw-r--r-- | doc/src/sgml/ref/rollback.sgml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/rollback.sgml b/doc/src/sgml/ref/rollback.sgml index 17832debd16..dcee1df8bb2 100644 --- a/doc/src/sgml/ref/rollback.sgml +++ b/doc/src/sgml/ref/rollback.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/rollback.sgml,v 1.6 1999/07/22 15:09:14 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/rollback.sgml,v 1.7 2000/01/29 16:58:27 petere Exp $ Postgres documentation --> @@ -61,8 +61,7 @@ ABORT <varlistentry> <term><computeroutput> -NOTICE: UserAbortTransactionBlock and not in in-progress state -ABORT +NOTICE: ROLLBACK: no transaction in progress </computeroutput></term> <listitem> <para> @@ -96,10 +95,6 @@ ABORT Notes </title> <para> - The keywords WORK and TRANSACTION are noise and can be omitted. - </para> - - <para> Use <xref linkend="SQL-COMMIT-TITLE" endterm="SQL-COMMIT-TITLE"> to successfully terminate a transaction. <xref linkend="SQL-ABORT-TITLE" endterm="SQL-ABORT-TITLE"> is a @@ -134,8 +129,8 @@ ROLLBACK WORK; SQL92 </title> <para> - Full compatibility. The TRANSACTION keyword is a - <productname>Postgres</productname> extension. + <acronym>SQL92</acronym> only specifies the two forms <literal>ROLLBACK</literal> + and <literal>ROLLBACK WORK</literal>. Otherwise full compatibility. </para> </refsect2> </refsect1> |