Re: Killing a session in windows

From: Howard Cole <howardnews(at)selestial(dot)com>
To: 'PgSql General' <pgsql-general(at)postgresql(dot)org>
Subject: Re: Killing a session in windows
Date: 2007-12-13 23:20:59
Message-ID: 4761BE5B.2010101@selestial.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>>> Which you can do, no? I thought pg_ctl's kill option was invented
>>>> specifically to make this less painful on Windows.
> I shall look into the pg_ctl options to see if the kill option does
> what taskill cannot (thanks for the heads up on that)
>
Using
$ pg_ctl kill TERM [pid]
worked great. Since very few people seem to know about this, could I
suggest making it more prominent in the server administration pages.
Thanks for your help gentlemen. Once again I am overwhelmed by the
quality of support on the forum.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas H. 2007-12-13 23:21:39 Re: Killing a session in windows
Previous Message Howard Cole 2007-12-13 22:53:19 Re: Killing a session in windows