1
0
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:
Bruce Momjian
1999-06-03 20:42:18 +00:00
parent a40bac0d1d
commit 155b5808ca
3 changed files with 7 additions and 7 deletions

View File

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