Thread: [Fwd: initdb.log]

[Fwd: initdb.log]

From
Diego Cattelan
Date:
>... child process was terminated by signal 1
>initdb: removing contents of data directory
>"C:/Programmi/PostgreSQL/8.1/data"



I worked around installing without running initdb and then manually
runas /user:DOMAIN\postgres cmd
initdb -D c:\programmi\postgresql\8.1\data  ...
start the service and now postgres is working


thank you