From 1ac838edba409abe87649c6820a9ee492cb1a1c5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Mon, 14 Jun 1999 07:37:05 +0000 Subject: Minor updates for release. Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing. --- doc/src/sgml/ref/rollback.sgml | 275 ++++++++++++++++++++++------------------- 1 file changed, 148 insertions(+), 127 deletions(-) (limited to 'doc/src/sgml/ref/rollback.sgml') diff --git a/doc/src/sgml/ref/rollback.sgml b/doc/src/sgml/ref/rollback.sgml index d0fa6ec3d0..01c095736d 100644 --- a/doc/src/sgml/ref/rollback.sgml +++ b/doc/src/sgml/ref/rollback.sgml @@ -1,133 +1,154 @@ - - - + + + ROLLBACK - -SQL - Language Statements - - - + + SQL - Language Statements + + + ROLLBACK - - -Aborts the current transaction - - - - -1998-09-24 - - -ROLLBACK [ WORK ] - + + + Aborts the current transaction + + + + + 1998-09-24 + + +ROLLBACK [ WORK | TRANSACTION ] + - - - 1998-09-24 - - - Inputs - - - None. - - + + + 1998-09-24 + + + Inputs + + + None. + + - - - 1998-09-24 - - - Outputs - - - - - - - ABORT - - - - Message returned if successful. - - - - - - - NOTICE: UserAbortTransactionBlock and not in in-progress state - ABORT - - - - If there is not any transaction currently in progress. - - - - - - - + + + 1998-09-24 + + + Outputs + + + + + + + ABORT + + + + Message returned if successful. + + + + + + + NOTICE: UserAbortTransactionBlock and not in in-progress state + ABORT + + + + If there is not any transaction currently in progress. + + + + + + + - - - 1998-09-24 - - - Description - - - ROLLBACK rolls back the current transaction and causes - all the updates made by the transaction to be discarded. - - - - 1998-09-24 - - - Notes - - - The keyword WORK is noise and can be omitted. - - - Use the COMMIT statement to successfully - terminate a transaction. - - - + + + 1998-09-24 + + + Description + - - - Usage - - - - --To abort all changes: - -- - ROLLBACK WORK; - - - - - - - Compatibility - - - - - - - 1998-09-24 - - - SQL92 - - - Full compatibility. - - - - + + ROLLBACK rolls back the current transaction and causes + all the updates made by the transaction to be discarded. + + + + + 1998-09-24 + + + Notes + + + The keywords WORK and TRANSACTION are noise and can be omitted. + + + + Use + to successfully terminate a transaction. + + + + + + + Usage + + + + --To abort all changes: + -- + ROLLBACK WORK; + + + + + + + Compatibility + + + + + + + 1998-09-24 + + + SQL92 + + + Full compatibility. TRANSACTION is a + Postgres extension. + + + + + + -- cgit v1.2.1