"Flavio Hallais" <[EMAIL PROTECTED]> writes:
> initdb -D /usr/local/pgsql/data
> ...
> initdb failed
By default, initdb is the strong silent type :-( ... if it fails you
will get no useful indication why. Please try it like this:
initdb -d [other options as usual] 2>init.err
and send us the last few dozen lines of init.err.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly