From d4019b7cd33e7d820013c8a58917e31cdcca57ed Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 9 Sep 2003 18:28:53 +0000 Subject: Remove a bunch of content-free Diagnostics sections, as per previous discussion. (Still have some work to do editing the remainder.) --- doc/src/sgml/ref/commit.sgml | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 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 b4992f73eab..1c72ea0b459 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -1,5 +1,5 @@ @@ -49,30 +49,6 @@ COMMIT [ WORK | TRANSACTION ] - - - Diagnostics - - - - COMMIT - - - Message returned if the transaction was successfully committed. - - - - - - WARNING: COMMIT: no transaction in progress - - - Message if there is no transaction in progress. - - - - - Notes @@ -81,6 +57,11 @@ COMMIT [ WORK | TRANSACTION ] Use to abort a transaction. + + + Issuing COMMIT when not inside a transaction does + no harm, but it will provoke a warning message. + @@ -103,6 +84,15 @@ COMMIT; WORK. Otherwise, this command is fully conforming. + + + See Also + + + + + +