Re: kill connection

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'frank_lupo(at)email(dot)it'" <frank_lupo(at)email(dot)it>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: kill connection
Date: 2002-04-06 19:50:56
Message-ID: FED2B709E3270E4B903EB0175A49BCB129335D@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: frank_lupo(at)email(dot)it [mailto:frank_lupo(at)email(dot)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.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2002-04-06 19:56:19 Re: more connections to computers
Previous Message frank_lupo@email.it 2002-04-06 08:37:45 more connections to computers