Re: View running Processes ?

Поиск
Список
Период
Сортировка
От Arnaud Lesauvage
Тема Re: View running Processes ?
Дата
Msg-id 43FEDEEB.8090402@freesurf.fr
обсуждение исходный текст
Ответ на Re: View running Processes ?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-novice
A. Kretschmer a écrit :
> http://www.postgresql.org/docs/8.1/interactive/functions-admin.html
> pg_cancel_backend(pid int)

Oh yes ! So if I understand correctly, I get the pid of the query
with "select * from pg_stat_activity;", then I just kill the query
with "select pg_cancel_backend(<pid>);" ?
Very nice !

PS : Sorry for asking this kind of questions when the answers are
in the doc, but I find it quite difficult to find informations in
the only doc. Maybe it is because I am used to access and mysql,
and the terminology used in postgres is quite different...


Regard
--
Arnaud


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Luis Silva"
Дата:
Сообщение: Re: check problem
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: View running Processes ?