Re: [GENERAL] PG_TERMINATE_BACKEND not working.

2014-07-29 Thread byfei...@163.com
Then same problem with you,and any idea? -- View this message in context: http://postgresql.1045698.n5.nabble.com/PG-TERMINATE-BACKEND-not-working-tp5732379p5812909.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-gener

Re: [GENERAL] PG_TERMINATE_BACKEND not working.

2012-11-19 Thread Harry
Chris Yes, i am logging in as Super User also, other side same user's connection(Superuser) i am trying to kill. -- View this message in context: http://postgresql.1045698.n5.nabble.com/PG-TERMINATE-BACKEND-not-working-tp5732379p5732694.html Sent from the PostgreSQL - general mailing list archi

Re: [GENERAL] PG_TERMINATE_BACKEND not working.

2012-11-18 Thread Chris Angelico
On Sun, Nov 18, 2012 at 10:25 PM, Craig Ringer wrote: > 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 >>

Re: [GENERAL] PG_TERMINATE_BACKEND not working.

2012-11-18 Thread Craig Ringer
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,