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-25 01:25:54
Message-ID: 388CFBA2.6516A1FE@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Correction: this message happens when you 'commit' but without
anything to commit.

% destroydb test; createdb test; psql -d test -c "commit"
NOTICE: EndTransactionBlock and not inprogress/abort state
END

Cheers,
Ed Loehr

Graeme Merrall wrote:
>
> > 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.
> The transaction goes though OK so I don't think it's that. I'll take a
> closer look though.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-01-25 01:29:08 Re: [GENERAL] EndTransactionBlock error
Previous Message Matthew Dormer 2000-01-25 00:30:39 PostgreSQL running on Redhat 6.1 and VB6.0