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

From: jerome doucerain <jerome(dot)doucerain(at)chu-nimes(dot)fr>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] how to cancel a request in progress ?
Date: 1999-05-26 07:12:32
Message-ID: 374B9EDF.B2AA520D@chu-nimes.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jonathan Davis a écrit :

> hello all
>
> is this possible to cancel a request in progress ?

It may be interesting to have a look at the programmer's guide Postgres
Signals :
if you want to cancel a request you may kill -SIGINT the backend process
running the request.
In this case, the postmaster and the others backend processes keep on
running.
Jerome

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Piotr Stelmaszyk 1999-05-26 08:23:29 geometric functions
Previous Message Doo Suk Yang 1999-05-26 02:52:05 postgres fulled my disk