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