Re: revisiting transaction isolation

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: revisiting transaction isolation
Date: 2004-07-27 05:20:24
Message-ID: Pine.BSO.4.56.0407270020030.4526@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 20 Jul 2004, Oliver Jowett wrote:

> Oliver Jowett wrote:
>
> > A quick skim of AbstractJdbc2Connection turns up these methods as
> > candidates for ignoring autocommit:
> >
> > - getTransactionIsolation()
> > - getPGType (both versions) on a cache miss
> >
> > It seems reasonable to suppress BEGINs for both of those cases. I can
> > put together a patch to do that. I'll leave the metadata queries alone
> > for the moment.
>

Applied.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-07-27 05:20:49 Re: patch: ensure testdbencoding test table is dropped
Previous Message pgsql 2004-07-27 02:06:28 Re: Binary Cursors, and the COPY command