Re: [GENERAL] how to cancel a request in progress ?

Поиск
Список
Период
Сортировка
От Simon Drabble
Тема Re: [GENERAL] how to cancel a request in progress ?
Дата
Msg-id Pine.LNX.3.96.990525120916.27088A-100000@dragon
обсуждение исходный текст
Ответ на Re: [GENERAL] how to cancel a request in progress ?  (Jonathan Davis <haj@idianet.net>)
Ответы Re: [GENERAL] how to cancel a request in progress ?  ("Michael A. Koerber" <mak@ll.mit.edu>)
Список pgsql-general
On Tue, 25 May 1999, Jonathan Davis wrote:

> Jonathan Davis wrote:
>
> > Simon Drabble wrote:
> >
> > > On Tue, 25 May 1999, Jonathan Davis wrote:
> > >
> > > > hello all
> > > >
> > > > is this possible to cancel a request in progress ?
> > > >
> > > >
> > >
> > > If you are using the interactive monitor, psql, try ctrl-c.
> > >
> > > If you are using the libpq or other interface, then it becomes much more
> > > application specific, i.e. you might have to kill off the app.
> > >
> >
> > but how do you kill a request  in progress?
> >
> > >
> > > Simon.
> > >
> >
> > I 'm using the libpq,.
>
> it is possible by :  PQrequestCancel  but you must use the  Asynchronous
> Query Processing
> (PQsendQuery/PQgetResult).
>
>
>
>
>

--
  "The world will end at Dec 31 1999 23:59:59. Please save your work and log
   off before then or risk losing your data."

   Simon Drabble                      Somewhere in cyberspace
   simond@foxlink.net


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

Предыдущее
От: Jonathan Davis
Дата:
Сообщение: Re: [GENERAL] how to cancel a request in progress ?
Следующее
От: Lincoln Spiteri
Дата:
Сообщение: Re: [GENERAL] Full Text Searches