Re: Misc. Win32 questions
От
Ian Barwick
Тема
Re: Misc. Win32 questions
Дата
Msg-id
1d581afe04121212493e5198d5@mail.gmail.com
Ответ на
Re: Misc. Win32 questions (Magnus Hagander)
Список
Дерево обсуждения
Re: Misc. Win32 questions "Dave Page" <dpage@vale-housing.co.uk>
On Sun, 12 Dec 2004 19:55:10 +0100, Magnus Hagander wrote: > > > >> >(without forcibly > >> >stopping / starting the server)? > >> > >> You can either use "pg_ctl kill", or you can send a "pause" > >command to > >> the service. > > > >"pause"? Well, I suppose it's more humane than kill ;-). > >I get an error about the server not returning an error which > >might be an internal Windows error or an internal service > >error, but it seems to work. > > Yeah, that's normal. I like the "command line" version as well: C:\Program Files\PostgreSQL\8.0.0-rc1\bin>net pause pgsql-8.0.0-rc1 The PostgreSQL Database Server 8.0.0-rc1 service failed to pause. More help is available by typing NET HELPMSG 3539. C:\Program Files\PostgreSQL\8.0.0-rc1\bin>net helpmsg 3539 The *** service failed to pause. (trying to think what three-letter word is meant here... ;-) Seriously, would this not be a good FAQ item too? Thanks for all the feedback. Ian Barwick
В списке pgsql-hackers-win32 по дате отправления