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