Re: Transaction Isolation - read uncommitted

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: Ralf Reissig <rreissig(at)covalent(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Transaction Isolation - read uncommitted
Date: 2001-08-30 19:35:07
Message-ID: kp4totg2q26l52dl0ht8964qaddmcdnlm8@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 27 Aug 2001 15:25:23 -0700, Ralf Reissig wrote:
>I there any support in postgres for reading uncommited data
>without a read lock ?

No, there isn't. A dirty read is not possible with PostgreSQL.
This is not JDBC specific. See
http://www.postgresql.org/idocs/index.php?sql-set-transaction.html
http://www.postgresql.org/idocs/index.php?transaction-iso.html

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Isabelle Therrien 2001-08-30 22:24:30 truncated InputStream returned with getAsciiInputStream()
Previous Message Barry Lind 2001-08-30 16:41:51 Re: ? (question mark) characters