Re: JDBC feature request: auto savepoint per command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgreSQL(dot)org
Subject: Re: JDBC feature request: auto savepoint per command
Date: 2007-04-24 19:26:31
Message-ID: 7780.1177442791@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka <books(at)ejurka(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2007-04-24 19:32:10 Re: JDBC feature request: auto savepoint per command
Previous Message Kris Jurka 2007-04-24 18:26:33 Re: JDBC feature request: auto savepoint per command