1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: update wording of ineffective SET and ABORT commands

Wording by Alvaro Herrera
This commit is contained in:
Bruce Momjian
2013-12-02 12:51:28 -05:00
parent b8b7b723f2
commit 54916b99f7
5 changed files with 9 additions and 6 deletions

View File

@@ -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>