Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Using ON_ERROR_ROLLBACK functionality in 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

Kris Jurka




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group