Re: Transaction atomicity - Mailing list pgsql-jdbc

From Giuseppe Sacco
Subject Re: Transaction atomicity
Date
Msg-id 1173282958.20645.44.camel@scarafaggio
Whole thread Raw
In response to Re: Transaction atomicity  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List pgsql-jdbc
Hi Laurenz,

Il giorno mer, 07/03/2007 alle 16.11 +0100, Albe Laurenz ha scritto:
[...]
> Does the behaviour change if you set the prepare threshold of
> the statement to 0?

Actually, I get a new pooled connection every time I need to start this
statement, so I create a new statement that I use just once. I think in
this case I cannot use the server side statement. In any case, based on
what I understood from MVCC documentation, a server side prepared
statement wound not change the behaviour.

Thanks,
Giuseppe

pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Transaction atomicity
Next
From: Giuseppe Sacco
Date:
Subject: Re: Transaction atomicity