> >
> > 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...
>
Oh, that would explain my difficulties with it.
Mike
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match