On 1/15/2013 11:28 AM, Corinna Vinschen wrote:
On Jan 15 00:24, marco atzeri wrote:
On 1/14/2013 10:28 PM, Reini Urban wrote:
On Mon, Jan 14, 2013 at 12:40 AM, marco atzeri wrote:
wget -r -np -nH --cut-dirs=1 \
http://matzeri.altervista.org/cygwin-1.7/postgresql/index.html
/etc/rc.d/init.d/postgresql needs an +x,
added
and the .exe in DAEMON is wrong
ls -al /usr/sbin/postmaster
/usr/sbin/postmaster -> postgres.exe
What you mean, that postmaster need an exe as extention ?
It seems a fault of cygport post install that strip the .exe
from the postmaster.exe link.
If that's unclear, symlinks should *not* use the .exe extension.
than is wrong in the current postgresql-8.2.11-1 packages ;-)
Wed Jan 7 16:50:24 2009 3051520 usr/sbin/postgres.exe
Wed Jan 7 16:48:15 2009 0 usr/sbin/postmaster.exe ->
postgres.exe
but correct on 9.2.2-1
$ cygcheck -l postgresql |grep sbin
[cut]
/usr/sbin/postgres.exe
/usr/sbin/postmaster
due to cygport post install cleaning
Corinna
Regards
Marco