> What is the output of the following command?
>
> $ ls -ld /usr/bin
>
> My WAG is that you will get something like following:
>
> drwx------ 2 Davide None 0 Jul 11
09:16 /usr/bin
>
> Am I correct?
Yes.
> Use the following to fix at least this aspect:
>
> $ chown 544 /usr/bin
> $ chmod 755 /usr/bin
>
> Try re-installing PostgreSQL (again).
Does /usr/bin/postgres.exe
> install with the appropriate permissions?
It worked... Don't know why the directory permissions
would be wrong on a fresh Cygwin install though...
Cheers...
Dave