> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> 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.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to