Group: pgsql.general


Subject: Killing a session in windows
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/11/2007 5:50:46 PM
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > Howard Cole wrote: >> I take it from the lack of response that nobody knows how to kill a >> connection from the postgresql side on windows? > You can't, short of sending a signal to the process or restarting the > service. Which you can do, no? I thought pg_ctl's kill option was invented specifically to make this less painful on Windows. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend