Re: kill connection

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: kill connection
Дата
Msg-id FED2B709E3270E4B903EB0175A49BCB129335D@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на kill connection  ("frank_lupo@email.it" <frank_lupo@email.it>)
Список 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 по дате отправления:

Предыдущее
От: "frank_lupo@email.it"
Дата:
Сообщение: more connections to computers
Следующее
От: Dave Page
Дата:
Сообщение: Re: more connections to computers