Transaction Isolation Level

From: "Grace C(dot) Unson" <gracec(at)ntsp(dot)nec(dot)co(dot)jp>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Transaction Isolation Level
Date: 2004-03-24 18:30:03
Message-ID: 01fe01c411ce$05ffec90$053b1cac@GREECE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

How is it possible that ResultSetObjInstance in this statement

ResultSetObjInstance = PreparedObjInstance.executeQuery()

contains this column and value respectively:

TRANSACTION ISOLATION LEVEL , READ_COMMITTED ?

---
Note:
During the query operation, lots of write operations are going
simultaneously in the DB. If this is the reason of the "not-expected" value
above, why is it returned and not thrown as exception?

Any light on this matter is greatly appreciated.

Thank you.

Grace

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-03-24 18:32:19 Re: case statement as inline function?
Previous Message CoL 2004-03-24 18:23:45 Re: case statement as inline function?