Re: WARNING: 25P01: there is no transaction in progress

From: "Dennis Brakhane" <brakhane(at)googlemail(dot)com>
To: glynastill(at)yahoo(dot)co(dot)uk
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: WARNING: 25P01: there is no transaction in progress
Date: 2008-10-01 16:56:31
Message-ID: 226a19190810010956k18054eceme8b758d036d121ad@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 1, 2008 at 6:23 PM, Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> wrote:
> I presume it's issuing some sort of commit or rollback without a begin, however the programs authors are telling me that's not the case and their software is not at fault.

Of course their software can't be at fault, as it is entirely bug free ;-)

You could turn on statement logging in PostgreSQL and analyse that.
That is more useful than trying to guess what the proprietary software
is doing under the hood.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glyn Astill 2008-10-01 16:58:38 Re: WARNING: 25P01: there is no transaction in progress
Previous Message Glyn Astill 2008-10-01 16:23:04 WARNING: 25P01: there is no transaction in progress