Ravi,
On Tue, Jun 18, 2002 at 01:58:03PM +0530, ravi(hotmail) wrote:
> thanks for the help, Jason.
You are welcome.
> i had one more question,
Sigh... You forgot to read the README.
> can i run postgresql's postmaster as the service under windows NT/2000 ,with
> out the need of cygwin console?
Yes.
> if yes, how to specify the data path?
As indicated in the README:
4. Install postmaster as a NT service:
# cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D /usr/share/postgresql/data -i" --dep
ipc-daemon--termsig INT --user postgres --shutdown # [5] [6]
Please read the README.
Thanks,
Jason