aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/rollback.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-11-25 19:19:40 -0500
committerBruce Momjian <bruce@momjian.us>2013-11-25 19:19:40 -0500
commita6542a4b6870a019cd952d055d2e7af2da2fe102 (patch)
treea2b0c5daba153d704f31edfbf1e66834d4955627 /doc/src/sgml/ref/rollback.sgml
parent05b476c2983a8d38bf6a0254553b4a0776896aa7 (diff)
downloadpostgresql-a6542a4b6870a019cd952d055d2e7af2da2fe102.tar.gz
postgresql-a6542a4b6870a019cd952d055d2e7af2da2fe102.zip
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Change SET LOCAL/CONSTRAINTS/TRANSACTION behavior outside of a transaction block from error (post-9.3) to warning. (Was nothing in <= 9.3.) Also change ABORT outside of a transaction block from notice to warning.
Diffstat (limited to 'doc/src/sgml/ref/rollback.sgml')
-rw-r--r--doc/src/sgml/ref/rollback.sgml4
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>