Re: CYGWIN AND POSTGRESS

From: Jason Tishler <jason(at)tishler(dot)net>
To: George Weaver <georgew1(at)mts(dot)net>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: CYGWIN AND POSTGRESS
Date: 2003-11-07 19:15:35
Message-ID: 20031107191534.GK632@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

George,

On Fri, Nov 07, 2003 at 08:49:15AM -0600, George Weaver wrote:
> There is absolutely no doubt in my mind that "Cygwin PostgreSQL users
> are better off with my pre-built package...". I would also add your
> Readme to that statement as well .

Thanks!

> In the statement: # net user postgres $password /add
> /fullname:postgres / comment:'PostgreSQL user account'
> /homedir:"$(cygpath -w /home/postgres)" # [11], I found I had to quote
> the fullname (eg /fullname:"postgres") and the comment (eg
> /comment:"PostgreSQL user account").

What shell do you use? I tested the README under bash.

> In the installation of Postmaster as a service using: # cygrunsrv
> --install postmaster --path /usr/bin/postmaster --args <<snip>>, any
> installation I've done puts all the system files in cygwin/bin,
> therefore I needed to change the path to "--path /bin/postmaster".

But, /usr/bin and /bin are (should be) the same due to the following
mount point:

$ mount | fgrep /usr/bin
C:\cygwin\bin on /usr/bin type system (binmode)

Additionally, you (should) have something like the following:

$ ls -i1 /bin/postmaster /usr/bin/postmaster
4222124650679709 /bin/postmaster
4222124650679709 /usr/bin/postmaster

> Thank you, Jason, for you contributions and continuing help.

You are welcome.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message George Weaver 2003-11-07 19:27:27 Re: CYGWIN AND POSTGRESS
Previous Message Jason Tishler 2003-11-07 19:08:26 Re: CYGWIN AND POSTGRESS