6 messages in org.postgresql.pgsql-jdbcRe: Using ON_ERROR_ROLLBACK functiona...
FromSent OnAttachments
Koth, Christian (DWBI)Jul 28, 2006 1:39 am 
Kris JurkaJul 28, 2006 1:56 am 
Koth, Christian (DWBI)Jul 28, 2006 2:50 am 
Mark LewisJul 28, 2006 8:57 am 
Kris JurkaJul 28, 2006 9:17 am 
Kris JurkaJul 28, 2006 9:23 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Using ON_ERROR_ROLLBACK functionality in JDBCActions...
From:Kris Jurka (boo@ejurka.com)
Date:Jul 28, 2006 9:17:31 am
List:org.postgresql.pgsql-jdbc

On Fri, 28 Jul 2006, Koth, Christian (DWBI) wrote:

Do you think its planned to do a thing like this?

It is on the TODO list, but driver development has currently stalled.

Also I am wondering if this would really speed up applications. Is creating savepoints expensive? Will have to do some tests. I think of doing something like:

Savepoints aren't cheap, but they are cheaper than committing a whole transaction. There was a thread on this on -performance just yesterday.

http://archives.postgresql.org/pgsql-performance/2006-07/threads.php#00245