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
On Wed, 27 Aug 2003, 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.
If you kill -9 a backend, you will cause the shared memory problem. Try
just a