Re: Query kill

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rudi Starcevic <rudi(at)oasis(dot)net(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Query kill
Date: 2002-07-12 05:01:31
Message-ID: 200207120501.g6C51Vo14062@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • Query kill at 2002-07-12 05:00:51 from Rudi Starcevic

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ahti Legonkov 2002-07-12 09:24:01 rules / triggers on insert. why after?
Previous Message Rudi Starcevic 2002-07-12 05:00:51 Query kill