From 155b5808cac496eef1dd2602694a934530cedcd7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jun 1999 20:42:18 +0000 Subject: 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. --- doc/src/sgml/ref/set.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 { 'timezone' | LOCAL - XACTISOLEVEL | TRANSACTION ISOLATION LEVEL + TRANSACTION ISOLATION LEVEL @@ -544,7 +544,7 @@ SET TIME ZONE { 'timezone' | LOCAL Sets the isolation level for transactions to - 'SERIALIZABLE' or 'COMMITTED'. + 'SERIALIZABLE' or 'READ COMMITTED'. -- cgit v1.2.3