Re: Postgresql connection & savepoints

From: Kris Jurka <books(at)ejurka(dot)com>
To: Geoffrey van Dooren <gvandooren(at)ressource-toi(dot)org>
Cc: mailing list postgresql <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgresql connection & savepoints
Date: 2003-11-20 08:32:39
Message-ID: Pine.LNX.4.33.0311200327290.23087-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 20 Nov 2003, Geoffrey van Dooren wrote:

> Hello everybody,
> i'm newbie using postgresql and the jdbc driver,
> i want to make transactions with Connection.savePoint("name");
> this feature is not implemented and i want to know if somebody
> have already developped this feature or if there is somewhere
> a tutorial to help me in development of this feature.

The JDBC driver does not support savepoints because the backend does not
support savepoints/nested transactions. Some poeple are working on that,
but I'm under the impression that it hasn't gotten much farther than
some planning and preliminary work. When the backend has support for this
feature you can expect the JDBC driver to get support shortly thereafter.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Aleksey 2003-11-20 20:14:32 translation
Previous Message Geoffrey van Dooren 2003-11-20 08:03:44 Postgresql connection & savepoints