Hi, I have a linux box (Fedora 3) running the latest version of PostgreSQL and PostGIS. I am trying connect to the database through a windows computer but can't seem to make the connection work. I've configured the pb_hba.config file in the usr directory to as "host all all 192.168.1.0/24 md5" but it doesn't seem to work.
I know these are the correct settings because I installed PostgreSQL on a windows based machine and can access that version no problem with the aformentioned settings. Can a windows machine connect to a Linux version of Postgresql if so what am I doing wrong? ---------------------------(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