Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000

From: Jason Tishler <jason(at)tishler(dot)net>
To: "'Tim Finch, FosterFinch Ltd'" <tim(at)fosterfinch(dot)co(dot)uk>
Cc: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000
Date: 2002-02-18 16:26:37
Message-ID: 20020218162637.GC2192@hp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Tim Finch, FosterFinch Ltd 2002-02-18 16:51:57 Re: Running postmaster as native service without
Previous Message Henshall, Stuart - WCP 2002-02-18 14:20:56 Re: Compiling 7.1.3 pgsql under cygwin 1.3 on W2000