Re: Very long " in transaction" query - Mailing list pgsql-admin

From Gnanakumar
Subject Re: Very long " in transaction" query
Date
Msg-id 008a01cd29e9$975f0cc0$c61d2640$@com
Whole thread Raw
In response to Re: Very long " in transaction" query  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-admin
> Then you need to identify the web server process/thread that has
> client_port open and fix the problem there.  If you get that process
> to close the transaction or terminate, your problem is solved.
> You can also terminate a database session from the server with
> the pg_terminate_backend function.

Thanks for letting me know the existence of "pg_terminate_backend(pid int)"
function.  Unfortunately, this is available only from v8.4 onwards.  We're
running v8.2.22.

> The interesting thing to know would be where in your web application
> a transaction got left open, so that it does not happen again.

Sure, we too are hunting out for the same.



pgsql-admin by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Very long " in transaction" query
Next
From: sgm
Date:
Subject: Re: postgresql stream replication question