Hello,
I have just installed PostgreSQL (postgresql-8.0.1.zip) on a Windows XP
(SP1) platform.
After the installation I runned the following command :
initdb -D D:\Bureautique\PostgreSQL\8.0\bin\Data
but an error occured at the end of the execution. Here is the
message :
Les fichiers appar
In fact, I was not using an administrative user but a user with special
rights. I tried with a simple user and the initdb runned correctly.
Thanks a lot !
-
Well, my French isn't as good as I'd like :) but it looks as though you're
trying to set up the d
You just have to run again the initdb command with -D option :
initdb - D D:\DataPG
Then, you'll have to start the database server with this command :
pg_ctl -D D:\DataPG start
dedy a ÃcritÂ:
I have just installed PostgreSQL (postgresql-8.0.1.zip) on
a Windows 2K Prof platform.
but the th