Re: Canceling other backend's query

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Canceling other backend's query
Дата
Msg-id Pine.LNX.4.33.0308270930410.1338-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Canceling other backend's query  (daq <daq@ugyvitelszolgaltato.hu>)
Список pgsql-sql
On Wed, 27 Aug 2003, daq wrote:

> Hi,
> 
> Can i cancel querys runing on other backends, or disconnect a client
> from the server? I can kill the backend process, but sometimes this
> causing shared memory troubles.

If you kill -9 a backend, you will cause the shared memory problem.  Try 
just a plain kill <pid>.  That should work without causing shared memory 
to dump.



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: length of array
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: How to return a record set from function.