Postgresql insstallation problem

[email protected] Mon, 05 Mar 2007 18:31:38 -0500
Newsgroups gmane.comp.db.postgresql.cygwin
Message-ID <[email protected]>
Hi
I installed cyqwin using the options given on the website.

I ran the following command to start the cygserver for shared memory supp=
ort
/usr/sbin/cygserver &


When I try to create new databse cluster using the following commmand


initdb -D /usr/local/pgsql/data -W -E LATIN1

I get error

bash: initdb:command not found

same messaage when trying to start postmaster with command

postmaster -D /usr/local/pgsql/data


Can  you plz help me out with this.

Regards
Moazzam



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match