Re: how to cancel a query ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: a(dot)schmitz(at)cityweb(dot)de
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to cancel a query ?
Date: 2002-12-04 16:47:21
Message-ID: 14847.1039020441@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Andreas Schmitz <a(dot)schmitz(at)cityweb(dot)de> writes:
> ist there any way to cancel a user query as dba ?

Send a SIGINT to the backend process running that query, eg

kill -INT <pid>

This has the same effect as a user-requested cancel (eg ^C in psql).

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dustin Sallings 2002-12-04 17:33:52 Re: [HACKERS] how to alter sequence.
Previous Message Rod Taylor 2002-12-04 16:18:55 Re: [ADMIN] how to alter sequence.