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

From Tom Lane
Subject Re: JDBC feature request: auto savepoint per command
Date
Msg-id 7780.1177442791@sss.pgh.pa.us
Whole thread Raw
In response to Re: JDBC feature request: auto savepoint per command  (Kris Jurka <books@ejurka.com>)
Responses Re: JDBC feature request: auto savepoint per command  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Kris Jurka <books@ejurka.com> writes:
> Previous discussions on this topic had the idea that auto-savepointing
> would be done on a per-connection basis enabled via a URL parameter or
> DataSource option.  In an application server would you have a separate
> connection pool for auto-savepointing connections?  Would you force all
> transactions to use auto-savepoints even if they didn't want/need them?
> You could enable/disable it dynamically, but that would require pg
> specific code, is that what they want to do?

The JBoss guys think a URL option would work fine for them.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: JDBC feature request: auto savepoint per command
Next
From: Tom Lane
Date:
Subject: Re: JDBC feature request: auto savepoint per command