Re: Limit for an transaction - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Limit for an transaction
Date
Msg-id 3958B76A.941F8F@cupid.suninternet.com
Whole thread Raw
In response to Limit for an transaction  (Matthias Teege <matthias@mteege.de>)
List pgsql-general
Matthias Teege wrote:
>
> Moin,
>
> ist there any limit for the length of an transaction? I'am
> using postgreSQL 6.5.1 with PHP and the apache log says:
>
> NOTICE:  (transaction aborted): queries ignored until END

Usually that appears right after one of the queries you
did failed for some reason (usually a typo in the query).
Since the query didn't complete sucessfully it must be aborted,
and this it ignores all queries until END.
--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/

pgsql-general by date:

Previous
From: Mihai Gheorghiu
Date:
Subject: Re: Conversion from MS Access to Postgresql
Next
From: Matthias Teege
Date:
Subject: Re: Why isn't that null