Re: [ADMIN] Transaction Aborting on sql call failure

2001-09-15 Thread Bruce Momjian
> 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

Re: [ADMIN] Transaction Aborting on sql call failure

2001-09-15 Thread Haroldo Stenger
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

Re: [ADMIN] Transaction Aborting on sql call failure

2001-09-14 Thread Stephan Szabo
> 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?

[ADMIN] Transaction Aborting on sql call failure

2001-09-14 Thread Michael Baker
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)?