Re: PGSQL - WARNING: 25P01: there is no transaction in progress - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PGSQL - WARNING: 25P01: there is no transaction in progress
Date
Msg-id 6910.1177715876@sss.pgh.pa.us
Whole thread Raw
In response to PGSQL - WARNING: 25P01: there is no transaction in progress  (DNS <letanloc@gmail.com>)
Responses Re: PGSQL - WARNING: 25P01: there is no transaction in progress
List pgsql-bugs
DNS <letanloc@gmail.com> writes:
> 3- In pgsql log, I have this message:
> 2007-04-27 14:15:05 EDT user database  WARNING:  25P01: there is no
> transaction in progress

This is just a warning, which most likely is there only because somebody
typed COMMIT or ABORT unnecessarily.  What problem are you actually having?

> I forget to add, it's PGSQL version 8.1 . Thank you!

8.1.what?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3244: problem with PREPARE
Next
From: Theo Schlossnagle
Date:
Subject: plperl.c patch to correctly support bytea inputs and output to functions and triggers.