Re: Killing Long running query or user session - Mailing list pgsql-admin

From David Ecker
Subject Re: Killing Long running query or user session
Date
Msg-id d10efab80a3fdc315e6f42913de4f238@unlimited.ultrafeed.com
Whole thread Raw
In response to Re: Killing Long running query or user session  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-admin
Is there a posibilty to kick the session through a sql-statement? I don't
want to give shell access to the postgreSQL administrator.

Another posibility would be to block access to a database for a set of
users/groups using sql only. Is there such a command?

thx
David Ecker

Gaetano Mendola wrote:

> David Ecker wrote:
>
>> How can I kill/stop a long running query or a complete user session using
>> an superuser account?
>>
>> Thx
>> David Ecker
>
> At my knowledge you have to kill SIGTERM the backedn that is managing the
> connection. Do as super user "select * from pg_stat_activity", look at
> the procpid that have to be killed and kill it.
>
>
>
> Regards
> Gaetano Mendola


pgsql-admin by date:

Previous
From: "Andrew J Delamare"
Date:
Subject: Adding multiple instances to 7.4
Next
From: "restellifabio@libero.it"
Date:
Subject: ...