diff options
| author | Bruce Momjian <bruce@momjian.us> | 2013-12-02 12:51:28 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2013-12-02 12:51:58 -0500 |
| commit | 54916b99f7e97aa6e32a4f265527f7517539d802 (patch) | |
| tree | 41d7466a595af3270a7d47692b8741c7e3be0a9d /doc/src/sgml/ref/set_constraints.sgml | |
| parent | b8b7b723f29e39769486545aef61d71edcadff80 (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.sgml | 3 |
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> |
