Transaction Isolation - read uncommitted

From: Ralf Reissig <rreissig(at)covalent(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Transaction Isolation - read uncommitted
Date: 2001-08-27 22:25:23
Message-ID: 3B8AC8D3.ADF114B8@covalent.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,

i am trying to find a way reading uncommitted data within a single
transaction, but it seems there is no way
to do a "TRANSACTION_READ_UNCOMMITTED" on connections in Postgresql as
it works for Oracle or Informix.
I there any support in postgres for reading uncommited data without a
read lock ? I am currently using JDBC/PostgreSQL 7.1.2 running on Linux.

Thanks;
Ralf

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-08-27 22:40:27 Re: Re: Proposal to fix Statement.executeBatch()
Previous Message Tom Lane 2001-08-27 20:43:23 Re: Fastpath error on solaris 2.8 pgsql 7.1.3