Transaction Isolation Level returned

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 returned
Date: 2004-03-24 01:43:28
Message-ID: 00bb01c41141$67a72450$053b1cac@GREECE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Good day,

How is it possible that ResultSet
in this statement:

ResultSetObjInstance = PreparedStatementObjInstance.executeQuery()

contains this value:
TRANSACTION ISOLATION LEVEL=READ COMMITTED ?

During the query there are lots of operations (write operations) going on in
the DB.

What does above value mean? Why is it returned and not thrown as exception?

Any help is greatly appreciated.

Thank you.

---
Grace
==========================================
NEC Telecom Software Philippines Inc.
Design Engineering Department

Tel/Fax #: (+6332) 233-9142 loc. 3115 / (+6332) 233-9157
Mobile #: (0919) 803-7874
Email: gracec(at)ntsp(dot)nec(dot)co(dot)jp
==========================================

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-03-24 02:28:03 Re: Solaris ecpg program doesn't work - pulling my hair out!
Previous Message Neil Conway 2004-03-24 01:30:38 Re: linked list rewrite