mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET TRANSACTION ISOLATION LEVEL READ COMMITTED;
^^^^ required
Also note that SET TRANSACTION ISOLATION LEVEL change
isolevel for _current_ transaction, in accordance with
standard, not for session (ALTER SESSION is used in Oracle,
but it's not implemented currently).
And I would don't mention SET XACTISOLEVEL TO ...
form at all.
Please update set.sgml - I failed to understand all these
SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">
now.
for Vadim
This commit is contained in:
@@ -534,7 +534,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the isolation level for transactions.
|
||||
Sets the isolation level for the current transaction.
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -543,7 +543,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the isolation level for transactions to
|
||||
Sets the isolation level for the current transaction to
|
||||
'SERIALIZABLE' or 'READ COMMITTED'.
|
||||
</para>
|
||||
</listitem>
|
||||
@@ -556,7 +556,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the isolation level for transactions to
|
||||
Sets the isolation level for the current transaction to
|
||||
'SERIALIZABLE' or 'COMMITTED'.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
Reference in New Issue
Block a user