Re: Another exception (Transaction level)

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Ole Streicher <ole-usenet-08(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org, Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
Subject: Re: Another exception (Transaction level)
Date: 2003-07-25 13:58:17
Message-ID: 3F213779.8020103@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ole Streicher wrote:
>
> > > BTW, I tried to use TRANSACTION_READ_UNCOMMITTED (which is described
> > > in the manual)
> > I don't believe that read uncommitted is supported by PostgreSQL.
>
> Finally, I found out the same when searching the net. But, why the
> user's manual (9.2. "Transaction Isolation") states something
> different? I guess it should be corrected in the manual.
>

If I am not mistaken the SQL standard allows the implementations to use
an isolations level higher than the one specified. So although the
possible speed-up provided by this weaker level is not explored, the
guarantees are provided by the stronger one.

In other words, you must not rely on visibility provided by weaker
isolation levels, they only exist to allow faster processing.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ole Streicher 2003-07-25 14:15:03 Re: Another exception (Transaction level)
Previous Message Paul Thomas 2003-07-25 13:57:25 Re: Another exception (Transaction level)