Re: PG_TERMINATE_BACKEND not working. - Mailing list pgsql-general

From Craig Ringer
Subject Re: PG_TERMINATE_BACKEND not working.
Date
Msg-id 50A8C5B5.5080108@2ndQuadrant.com
Whole thread Raw
In response to PG_TERMINATE_BACKEND not working.  (Harry <shirlekar.harshal@gmail.com>)
Responses Re: PG_TERMINATE_BACKEND not working.  (Chris Angelico <rosuav@gmail.com>)
List pgsql-general
On 11/16/2012 02:34 PM, Harry wrote:
> I am facing problem i.e. connections after execution completed are residing
> in pg_stat_activity and pg_stat_database.
> but when i am trying to kill them manually using pg_terminate_backend (All
> IDLE connections are getting killed but, others like declare, select etc.)
> are not getting killed getting result false.
> Kindly help to resolve this issue.

More detail is needed.

Pg version?

OS and version?

Exact command output?

What the queries that're not terminated are doing?

Why you're terminating them / what problem you're trying to solve?




--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



pgsql-general by date:

Previous
From: Vincent Veyron
Date:
Subject: Re: user aggregate function ( calculate the average value of each index of an array column )
Next
From: Chris Angelico
Date:
Subject: Re: PG_TERMINATE_BACKEND not working.