| From: | Vikram <vvikram(at)stanford(dot)edu> |
|---|---|
| To: | Brandon Hines <brandon(at)2i(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Killing a Query |
| Date: | 2005-05-13 19:34:57 |
| Message-ID: | Pine.GSO.4.44.0505131233470.25942-100000@epic26.Stanford.EDU |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
if i remember correctly, kill -TERM <the procpid of the query> should do
it. you can get the pid of the query process by looking at pg_queries
table
Vikram
ps: be careful you dont kill -9 or some such.....
On Fri, 13 May 2005, Brandon Hines wrote:
>
> Is there a method for killing a query from the server.
>
> I have a number of users that manage to run queries that busy the server
> preventing a number of critical queries from running within an
> acceptable time limit.
>
> I would like to kill off the queries that appear to be busying the
> server without having to take postgres down altogether.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2005-05-13 19:36:28 | Re: version 8.0.3 |
| Previous Message | Anjan Dave | 2005-05-13 19:01:47 | Re: Killing a Query |