1
0
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:
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

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