> Stephan Szabo wrote:
> >
> > > We are running into a situation where psql is aborting the transaction
> > > when one call returns an error. Is there a way to continue on with
> > > transaction or at least save what has already happened (like an Oracle
> > > Save Point)?
> >
> > Not yet, altho
Stephan Szabo wrote:
>
> > We are running into a situation where psql is aborting the transaction
> > when one call returns an error. Is there a way to continue on with
> > transaction or at least save what has already happened (like an Oracle
> > Save Point)?
>
> Not yet, although savepoints h
> We are running into a situation where psql is aborting the transaction
> when one call returns an error. Is there a way to continue on with
> transaction or at least save what has already happened (like an Oracle
> Save Point)?
Not yet, although savepoints have been talked about. (maybe 7.3?
We are running into a situation where psql is
aborting the transaction when one call returns an error. Is there a way to
continue on with transaction or at least save what has already happened (like an
Oracle Save Point)?