Re: kill connection - Mailing list pgadmin-hackers

From Dave Page
Subject Re: kill connection
Date
Msg-id FED2B709E3270E4B903EB0175A49BCB129335D@dogbert.vale-housing.co.uk
Whole thread Raw
In response to kill connection  ("frank_lupo@email.it" <frank_lupo@email.it>)
List pgadmin-hackers

> -----Original Message-----
> From: frank_lupo@email.it [mailto:frank_lupo@email.it]
> Sent: 06 April 2002 09:31
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] kill connection
>
>
> If possible in pgadmin kill a connection to user ?
> Idea is:
> create function kill (plperl,pltcl) in postgresql.
> The parameter of function is pid process, execute command
> kill -9 pid The problem is a permision process.

This should be possible using an untrusted pl, however doing a kill -9 on a
backend is probably a very bad idea.

Besides that, as we can't rely on any pl language existing, this will
definitely not be a new feature.

Regards, Dave.

pgadmin-hackers by date:

Previous
From: "frank_lupo@email.it"
Date:
Subject: more connections to computers
Next
From: Dave Page
Date:
Subject: Re: more connections to computers