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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user