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.
Received on Mon Oct 29 22:53:18 2007
This archive was generated by hypermail 2.1.8
: Mon Jun 16 2008 - 19:03:12 EDT