Re: [GENERAL] Don't understand transaction error

2005-09-01 Thread Michael Fuhr
On Thu, Sep 01, 2005 at 10:36:07AM -0500, Jonathan Villa wrote: > I'm getting the following error when attempting to use my application: > > ERROR: current transaction is aborted, commands ignored until end of > transaction block Some earlier command failed so the entire transaction (or subtransa

Re: [GENERAL] Don't understand transaction error

2005-09-01 Thread Richard Huxton
Jonathan Villa wrote: I'm getting the following error when attempting to use my application: ERROR: current transaction is aborted, commands ignored until end of transaction block I have no clue... An error has occurred on a previous command. As a result, this transaction is aborted and you

Re: [GENERAL] Don't understand transaction error

2005-09-01 Thread Scott Marlowe
On Thu, 2005-09-01 at 10:36, Jonathan Villa wrote: > I'm getting the following error when attempting to use my application: > > ERROR: current transaction is aborted, commands ignored until end of > transaction block > > I have no clue... the only idea I have is to somehow release any > transacti