mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Thanks for this, but SET TRANSACTION ISOLATION LEVEL
should be described like SET TIME ZONE: TO is not allowed, as well as DEFAULT option. There are only two forms: for Vadim.
This commit is contained in:
@ -530,7 +530,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
XACTISOLEVEL | TRANSACTION ISOLATION LEVEL
|
||||
TRANSACTION ISOLATION LEVEL
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
@ -544,7 +544,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the isolation level for transactions to
|
||||
'SERIALIZABLE' or 'COMMITTED'.
|
||||
'SERIALIZABLE' or 'READ COMMITTED'.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user