Re: Is there a way to kill a connection from the pg_stat_activitly list?

From: Jessica Richard <rjessil(at)yahoo(dot)com>
To: Tommy Gildseth <tommy(dot)gildseth(at)usit(dot)uio(dot)no>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Is there a way to kill a connection from the pg_stat_activitly list?
Date: 2007-10-15 17:18:24
Message-ID: 382292.68410.qm@web56406.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks a lot!

"select pg_cancel_backend(procpid) " can end the current query for that user, but then this connection becomes IDLE, still connected.

Is there a command for me to totally disconnect a user by procpid? Some times, I need to kick out a particular Postgres user completely.

thanks

Tommy Gildseth <tommy(dot)gildseth(at)usit(dot)uio(dot)no> wrote: Jessica Richard wrote:
> When you see a hanging Postgres connection (or a job running so long
> and you don't want to continue any more) from
>
> select * from pg_stat_activity
>
> and you want to disconnect it,
>
> how do you do it?

|pg_cancel_backend()

|http://www.postgresql.org/docs/8.1/interactive/functions-admin.html

--
Tommy Gildseth
DBA, Gruppe for databasedrift
Universitetet i Oslo, USIT
m: +47 45 86 38 50
t: +47 22 85 29 39

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend


---------------------------------
Need a vacation? Get great deals to amazing places on Yahoo! Travel.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2007-10-15 17:34:27 Re: Is there a way to kill a connection from the pg_stat_activitly list?
Previous Message Tom Lane 2007-10-15 16:03:10 Re: Is my database now too big?