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 <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to