Re: how to cancel a query ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: how to cancel a query ?
Дата
Msg-id 200212051919.gB5JJL223182@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: how to cancel a query ?  (Andreas Schmitz <a.schmitz@cityweb.de>)
Список pgsql-admin
Andreas Schmitz wrote:
> On Wednesday 04 December 2002 17:47, Tom Lane wrote:
> > Andreas Schmitz <a.schmitz@cityweb.de> writes:
> > > ist there any way to cancel a user query as dba ?
> >
> > Send a SIGINT to the backend process running that query, eg
> >
> >     kill -INT <pid>
> >
> > This has the same effect as a user-requested cancel (eg ^C in psql).
> >
>
> What about an implementation into the command structure ?

Libpq has:

    PQrequestCancel()

Where else did you want it?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: how to alter sequence.
Следующее
От: Radoslaw Stachowiak
Дата:
Сообщение: fresh 7.3-1 SRPMS bug