Re: win32 service code - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: win32 service code
Date
Msg-id 40B65609.4080401@dunslane.net
Whole thread Raw
In response to Re: win32 service code  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
Merlin Moncure wrote:

>Bruce Momjian wrote:
>
>
>>How would this interact with pg_ctl?  I would hate to have to tell
>>people to use a different command to start/stop the postmaster
>>
>>
>depending
>
>
>>on what platform they use.  :-(
>>
>>
>
>
>I had a thought that on win32 pg_ctl start/stop would mean start/stop
>the service (always) on win32, and for this to be the only way to start
>the postmaster as a service. That neatly solves this problem and we can
>boot the boot/kill here.  It is still of course quite possible to invoke
>the server directly in special cases.
>
>This also fits nicely with Magnus's #2 scnario, I think.
>
>
>


No, we need to be able to run *not* under the service manager, and
pg_ctl needs to be able to control that, IMNSHO.

Users might not have admin privs (e.g. in a classroom setting).

cheers

andrew

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: win32 service code
Next
From: "Merlin Moncure"
Date:
Subject: Re: win32 service code