Hi
I installed cyqwin using the options given on the website.
I ran the following command to start the cygserver for shared memory support
/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