Re: Query kill

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Query kill
Дата
Msg-id 3D2F1798.E65AC418@Yahoo.com
обсуждение исходный текст
Ответ на Re: Query kill  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Query kill
Список pgsql-sql
Bruce Momjian wrote:
> 
> Rudi Starcevic wrote:
> > Hello,
> >
> > If I write a query that is inefficient or in an eternal loop how
> > do I stop it without restarting the postmaster ?
> >
> > I can see many postmaster processed appearing in the output of the 'ps'
> > command.
> > Do I need to stop/kill them all or can I stop just the query I want ?
> 
> Just send a SIGINT to the process. That simulates a ^C, which works too
> from the client like psql.

Doesn't the client need a signal handler for that and call
PQcancelRequest() in that?


Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


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

Предыдущее
От: eric soroos
Дата:
Сообщение: Re: Query kill
Следующее
От: Marc Spitzer
Дата:
Сообщение: Re: XML to Postgres conversion