Re: ERROR: current transaction is aborted, commands ignored until end of transaction block

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: DXScale452 <dxscale452(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: current transaction is aborted, commands ignored until end of transaction block
Date: 2006-10-16 14:19:02
Message-ID: 20061016141902.GC23302@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Oct 16, 2006 at 06:54:31AM -0700, DXScale452 wrote:
> if if i swap the ordering of any of these tables.... the second in the list always fail...
>
> HERE is the syntax of the statements before the fail
> -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
> SELECT value FROM table1
> INSERT INTO table1 (numeric_type, value_description) VALUES (0,'Description')
> SELECT value FROM table2
> ERROR: current transaction is aborted, commands ignored until end of transaction block
> -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

There must be another error you're not displaying. If you have a look
at the server log file, what do you see?

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Carlos H. Reimer 2006-10-16 14:22:04 Dates rejected
Previous Message DXScale452 2006-10-16 13:54:31 ERROR: current transaction is aborted, commands ignored until end of transaction block