Re: JDBC feature request: auto savepoint per command - Mailing list pgsql-jdbc

From Michael Paesold
Subject Re: JDBC feature request: auto savepoint per command
Date
Msg-id 462DDCCE.9050102@gmx.at
Whole thread Raw
In response to Re: JDBC feature request: auto savepoint per command  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: JDBC feature request: auto savepoint per command  (Mark Lewis <mark.lewis@mir3.com>)
List pgsql-jdbc
Tom Lane schrieb:
> I got some further comments later in the day, which might mean more to
> you than they do to me:
>
>> In this particular case, the client wants the best of both worlds.
>> They are using straight JDBC, but they also want to use CMT. In
>> essence they want to execute JDBC interactions in a non-atomic manner
>> only committing the *global* transaction on completion. While Oracle,
>> DB2 etc support this, the savepoint commit()/rollback() issue with
>> the PG driver makes this all but impossible given the current code
>> base. Effectively the underlying JDBC transaction gets terminated on
>> statement failure requiring an explicit savepoint and rollback to
>> return the connection to a usable state which again, when using CMT
>> is not valid because the connection is still enlisted within a global
>> transaction.

Is it possible that they don't really understand that this is not about
the JDBC driver at all, but just the way PostgreSQL works, no? So a
driver option to do automatic save-pointing is the _only_ way to get the
behavious they want, I guess. (Other than invasive backend hacking)

> I'm honestly not sure how much of this is "it really would violate some
> spec or other" versus "we don't feel like putting in a special case".
> But the bottom line is they'd like us to act like all the other
> databases they support on this point.

If you look at the list archives, there were a number of people who did
not expect this PostgreSQL-specific behavior (transaction rollback on
statement error). I guess there will be many happy people if someone
implements implicit savepoints in the JDBC driver.

Best Regards
Michael Paesold


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7
Next
From: "Oilid Adsi"
Date:
Subject: idle in transaction problem