Re: (Never?) Kill Postmaster? - Mailing list pgsql-general

From Vyacheslav Kalinin
Subject Re: (Never?) Kill Postmaster?
Date
Msg-id 9b1af80e0710232306o79566c0mb719b90c97dc2b7e@mail.gmail.com
Whole thread Raw
In response to (Never?) Kill Postmaster?  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
List pgsql-general


Postgres starts separate process for each connection and you can just `kill` (not `kill -9`) the unwanted process. Or you can do `select pg_cancel_backend(pid)` from another session.

pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: Migration questions for upcoming 8.3 release and fts
Next
From: "Vyacheslav Kalinin"
Date:
Subject: Re: Extracting Index Creation Script