summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/set_constraints.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-12-02 12:51:28 -0500
committerBruce Momjian <bruce@momjian.us>2013-12-02 12:51:58 -0500
commit54916b99f7e97aa6e32a4f265527f7517539d802 (patch)
tree41d7466a595af3270a7d47692b8741c7e3be0a9d /doc/src/sgml/ref/set_constraints.sgml
parentb8b7b723f29e39769486545aef61d71edcadff80 (diff)
doc: update wording of ineffective SET and ABORT commands
Wording by Alvaro Herrera
Diffstat (limited to 'doc/src/sgml/ref/set_constraints.sgml')
-rw-r--r--doc/src/sgml/ref/set_constraints.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml
index a33190cca81..60cabeda3c4 100644
--- a/doc/src/sgml/ref/set_constraints.sgml
+++ b/doc/src/sgml/ref/set_constraints.sgml
@@ -99,7 +99,8 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">name</replaceable> [, ...
<para>
This command only alters the behavior of constraints within the
- current transaction. This has no effect outside of a transaction block.
+ current transaction. Issuing this outside of a transaction block
+ emits a warning and otherwise has no effect.
</para>
</refsect1>