Re: [GENERAL] how to cancel a request in progress ? - Mailing list pgsql-general

From jerome doucerain
Subject Re: [GENERAL] how to cancel a request in progress ?
Date
Msg-id 374B9EDF.B2AA520D@chu-nimes.fr
Whole thread Raw
In response to how to cancel a request in progress ?  (Jonathan Davis <haj@idianet.net>)
List 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


pgsql-general by date:

Previous
From: Doo Suk Yang
Date:
Subject: postgres fulled my disk
Next
From: Michal Samek
Date:
Subject: So slow inserts... Why?