David,
On Wed, Jun 16, 2004 at 11:29:03AM -0400, David P. Lurie wrote:
> "Jason Tishler" <jason@tishler.net> wrote in message
> > The two methods should be equivalent with the later just being
> > easier to document.
>
> I had to tweak the README instructions, primarily adding quotes when
> needed. Some of my changes may have been redundant:
>
> Original:
>
> net user postgres $password /add /fullname:postgres /comment:'PostgreSQL
> user account' /homedir:"$(cygpath -w /home/postgres)"
The above will only work under a Unix shell (e.g., bash) -- not under
cmd. I guess that I should update the README to be clear...
> New:
>
> mkdir -p /home/postgres
>
> chown postgres /home/postgres
The above should not be necessary, albeit convenient if one logs in as
postgres frequently.
> net user postgres $password /add /fullname:"postgres "
> /homedir:"C:\cygwin\home\postgres"
See above.
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