mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
doc: update wording of ineffective SET and ABORT commands
Wording by Alvaro Herrera
This commit is contained in:
@@ -110,8 +110,9 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
|
||||
<para>
|
||||
Specifies that the command takes effect for only the current
|
||||
transaction. After <command>COMMIT</> or <command>ROLLBACK</>,
|
||||
the session-level setting takes effect again. This has no effect
|
||||
outside of a transaction block.
|
||||
the session-level setting takes effect again. Issuing this
|
||||
outside of a transaction block emits a warning and otherwise has
|
||||
no effect.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user