Mike Meyer wrote:
>
> I'm seeing these messages in the process of adding entries to a
> database.
>
> NOTICE: (transaction aborted): queries ignored until END
>
> I'm not positive what they mean. Is there someone who is who could
> tell me, and tell me how to catch then and deal with them?
>
That's mean that you had an error during transaction. The only command
that backend accepts at this point
is the END.
Jose'