Re: Canceling other backend's query

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: daq <daq(at)ugyvitelszolgaltato(dot)hu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Canceling other backend's query
Date: 2003-08-27 14:46:23
Message-ID: 200308271446.h7REkNI25884@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

daq wrote:
> Hi,
>
> Can i cancel querys runing on other backends, or disconnect a client
> from the server? I can kill the backend process, but sometimes this
> causing shared memory troubles.

See the 'postgres' manual page for a list of signals and their effects.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-08-27 15:11:12 Re: How to return a record set from function.
Previous Message Richard Huxton 2003-08-27 13:50:12 Re: How to return a record set from function.