Re: Kill session in PostgreSQL - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Kill session in PostgreSQL
Date
Msg-id 20070410124859.GD31734@svana.org
Whole thread Raw
In response to Kill session in PostgreSQL  (Ashish Karalkar <ashish_postgre@yahoo.co.in>)
List pgsql-general
On Tue, Apr 10, 2007 at 01:01:30PM +0100, Ashish Karalkar wrote:
> Hello all,
>   is there any command just like ORACLE Uses kill session to kill a particular session .
>   tried withh linux kill -9 PID but it also kills all other sessions or  am I just giving wrong signal to command
kill?

Uhh, yeah. Kill -9 is bad. The documentation talks about signals but in
general you can use kill -INT to abort a query.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: programmatic way to fetch latest release for a given major.minor version
Next
From: Magnus Hagander
Date:
Subject: Re: programmatic way to fetch latest release for a given major.minor version