Set Transcation Isolation level bug

From: Alois Maier <almaier(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Set Transcation Isolation level bug
Date: 1999-09-07 18:59:49
Message-ID: 19990907185949.15672.rocketmail@web601.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Your name : Alois Maier
Your email address : almaier(at)yahoo(dot)com

System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium
Operating System (example: Linux 2.0.26 ELF) : Linux 2.0.36 ELF
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-6.5.1
Compiler used (example: gcc 2.8.0) : egcs-2.91.66

Please enter a FULL description of your problem:
------------------------------------------------
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE does not set the transaction
isolation level to erializable.

Please describe a way to repeat the problem. Please try to provide a concise
reproducible example, if at all possible:
----------------------------------------------------------------------
test=> SHOW TRANSACTION ISOLATION LEVEL;
NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
SHOW VARIABLE
test=> SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET VARIABLE
test=> SHOW TRANSACTION ISOLATION LEVEL;
NOTICE: TRANSACTION ISOLATION LEVEL is READ COMMITTED
SHOW VARIABLE

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 1999-09-07 19:17:46 Re: [BUGS] like operator bug
Previous Message Frank Cusack 1999-09-07 18:14:01 Bug report