diff options
author | Bruce Momjian | 1999-06-03 20:42:18 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-06-03 20:42:18 +0000 |
commit | 155b5808cac496eef1dd2602694a934530cedcd7 (patch) | |
tree | db9fff5178a92ae22a0dcf7c712daed93bd2f68b /doc/src | |
parent | a40bac0d1d95837ad93d51492faef0a191d9faa0 (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f60577f39b1..cf9fbf22fb7 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -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> |