From d2a907c6ad28413bf85660ea590e0e21e0d7016c Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 16 Sep 1998 14:43:12 +0000 Subject: Markup and editing adjustments... --- doc/src/sgml/ref/commit.sgml | 51 +++++++++++++------------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) (limited to 'doc/src/sgml/ref/commit.sgml') diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index a631b7f9b8c..0ffc07effec 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -16,63 +16,43 @@ - 1998-04-15 + 1998-09-08 - COMMIT [ WORK ] +COMMIT [ WORK | TRANSACTION ] - 1998-04-15 + 1998-09-08 Inputs - - - - - - - - - - - None - - - - - - - - - - +None - 1998-04-15 + 1998-09-08 Outputs - +status - END + END @@ -82,8 +62,7 @@ Message returned if the transaction is successfully committed. - NOTICE EndTransactionBlock and not inprogress/abort state - + NOTICE EndTransactionBlock and not inprogress/abort state @@ -100,29 +79,29 @@ If there is no transaction in progress. - 1998-04-15 + 1998-09-08 Description - COMMIT commits the current transaction. All + COMMIT commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. - 1998-04-15 + 1998-09-08 Notes - The keyword WORK is noise and can be omitted. + The keywords WORK and TRANSACTION are noise and can be omitted. - Refer to ROLLBACK statements to abort a transaction. + Use the ROLLBACK statement to abort a transaction. @@ -135,7 +114,7 @@ If there is no transaction in progress. To make all changes permanent: - COMMIT WORK; +COMMIT WORK; @@ -148,7 +127,7 @@ To make all changes permanent: - 1998-04-15 + 1998-09-08 SQL92 -- cgit v1.2.3