Re: [GENERAL] EndTransactionBlock error

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Graeme Merrall <gmerrall(at)email(dot)com>
Cc: pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] EndTransactionBlock error
Date: 2000-01-24 23:33:29
Message-ID: 388CE149.EF60C651@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Not certain, but I think you get an error message like that when you
rollback at inappropriate (but harmless?) times, as in when you are
not in a transaction or have nothing pending on the current
transaction.

Cheers,
Ed Loehr

> Graeme Merrall wrote:
>
> Hi.
> I've been getting the following error in my scripts using
> transactions to write to pg
> NOTICE: EndTransactionBlock and not inprogress/abort state
>
> What situation causes this error to appear?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Henderson 2000-01-24 23:34:14 is this a bug?
Previous Message Graeme Merrall 2000-01-24 23:15:31 EndTransactionBlock error