Re: How to stop a query - Mailing list pgsql-general

From Pavel Stehule
Subject Re: How to stop a query
Date
Msg-id [email protected]
Whole thread Raw
In response to How to stop a query  (A B <[email protected]>)
Responses Re: How to stop a query
List pgsql-general
hello

2009/9/4 A B <[email protected]>:
> Hi.
> How can I abort a query that I see is listed in
>
> select * from pg_stat_activity;
>

look on pg_cancel_backend function

http://www.postgresql.org/docs/8.2/static/functions-admin.html

regards
Pavel Stehule

> --
> Sent via pgsql-general mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: How to stop a query
Next
From: "A. Kretschmer"
Date:
Subject: Re: Moving avg using SQL