Transaction Isolation Level - Mailing list pgsql-general

From Grace C. Unson
Subject Transaction Isolation Level
Date
Msg-id 01fe01c411ce$05ffec90$053b1cac@GREECE
Whole thread Raw
Responses Re: Transaction Isolation Level
List 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

pgsql-general by date:

Previous
From: Bill Moran
Date:
Subject: Re: partial VACUUM FULL
Next
From: Richard Huxton
Date:
Subject: Re: case statement as inline function?