diff options
Diffstat (limited to 'doc/src/sgml/ref/abort.sgml')
-rw-r--r-- | doc/src/sgml/ref/abort.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/abort.sgml b/doc/src/sgml/ref/abort.sgml index 246e8f81268..f3a2fa88ff1 100644 --- a/doc/src/sgml/ref/abort.sgml +++ b/doc/src/sgml/ref/abort.sgml @@ -63,8 +63,7 @@ ABORT [ WORK | TRANSACTION ] </para> <para> - Issuing <command>ABORT</> when not inside a transaction does - no harm, but it will provoke a warning message. + Issuing <command>ABORT</> outside of a transaction block has no effect. </para> </refsect1> |