Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000 - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000
Date
Msg-id 20020218162637.GC2192@hp.com
Whole thread Raw
In response to Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000  ("Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk>)
Responses Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000  ("Tim Finch, FosterFinch Ltd" <tim@fosterfinch.co.uk>)
List pgsql-cygwin
Tim,

On Mon, Feb 18, 2002 at 02:20:56PM +0000, Henshall, Stuart - WCP wrote:
> If you are running a flavour of NT you can run it as a service using
> cygrunsrv (and I definitly would advise against 9x for a server
> anyway). You must already have the cygipc installed as a service, then
> you could do something like this (not tested):
> cygrunsrv --install postmaster \
>     --path /bin/postmaster \
>     --args "-D /usr/data -i  -o '-e -o /var/log/postgres.log'" \
>     --dep ipc-daemon --termsig INT \
>     --user <username>

Stuart is correct.

BTW, you can find this and more in the README:

    /usr/doc/Cygwin/postgresql-7.2.README

or:

    http://tishler.net/jason/software/postgresql/postgresql-7.2.README.txt

Jason

pgsql-cygwin by date:

Previous
From: "Henshall, Stuart - WCP"
Date:
Subject: Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000
Next
From: "Tim Finch, FosterFinch Ltd"
Date:
Subject: Re: Running postmaster as native service without