How to Cancel a query ?

From: "Kuldeep Tanna" <kuldeep(at)cse(dot)ogi(dot)edu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How to Cancel a query ?
Date: 2004-03-01 23:48:00
Message-ID: 000801c3ffe7$a1a8fa40$7c325f81@crook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I issued a query from ASP using ADO. The web page after some time showed something similar to a 404 NOT found page. Postgres is still executing the query.
How do I cancel the execution of that query. I tried restarting / stopping postmaster, but pg_ctl gives an error message "Unable to shutdown server"

Thanks,
Kuldeep.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-03-01 23:59:14 Re: How to drop sequence?
Previous Message Ron St-Pierre 2004-03-01 23:47:20 Re: How to drop sequence?