Re: [HACKERS] Rollback on Error

2004-10-08 Thread Bruce Momjian
Michael Paesold wrote: > Alvaro Herrera Munoz wrote: > > > I think it would be wise to create a function to discover what savepoints > > are available, and from that know when to release an automatically- > > established savepoint. > > > > Of course, the function would only work when the backend i

Re: [HACKERS] Rollback on Error

2004-10-08 Thread Michael Paesold
Alvaro Herrera Munoz wrote: I think it would be wise to create a function to discover what savepoints are available, and from that know when to release an automatically- established savepoint. Of course, the function would only work when the backend is not in abort state, but I think that's a reaso