Idle in Transaction - Mailing list pgsql-general

From manugarciac
Subject Idle in Transaction
Date
Msg-id 27467427.post@talk.nabble.com
Whole thread Raw
Responses Re: Idle in Transaction  (RW <postgres@tauceti.net>)
List pgsql-general
I see that every once in a while I get an Idle in Transaction that never
ends. This eventually becames a problem, as this Idle in Transaction holds
AccessShareLocks. Even if it didn't, if I reach the maximum number of
transactions my application dies. Is there any way to know what the
transaction did in the past so that I can now which particular query causes
this problem within my application? Or at least a way to set a timeout to
this transactions? The ideal solution would be to avoid it from happening,
but at least a timeout would make it less dangerous.
--
View this message in context: http://old.nabble.com/Idle-in-Transaction-tp27467427p27467427.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: "Mark Watson"
Date:
Subject: Dynamic SQL, Return Query Execute with Join
Next
From: Sam Mason
Date:
Subject: Re: How to escape apostrophes when apostrophes already used to escape something else