Re: Canceling other backend's query - Mailing list pgsql-sql

From scott.marlowe
Subject Re: Canceling other backend's query
Date
Msg-id Pine.LNX.4.33.0308270930410.1338-100000@css120.ihs.com
Whole thread Raw
In response to Canceling other backend's query  (daq <daq@ugyvitelszolgaltato.hu>)
List pgsql-sql
On Wed, 27 Aug 2003, daq wrote:

> Hi,
> 
> Can i cancel querys runing on other backends, or disconnect a client
> from the server? I can kill the backend process, but sometimes this
> causing shared memory troubles.

If you kill -9 a backend, you will cause the shared memory problem.  Try 
just a plain kill <pid>.  That should work without causing shared memory 
to dump.



pgsql-sql by date:

Previous
From: Joe Conway
Date:
Subject: Re: length of array
Next
From: Stephan Szabo
Date:
Subject: Re: How to return a record set from function.