"Ira Berdichevsky" <[EMAIL PROTECTED]> writes: > I checked with "psql -h 10.0.0.40 -p 5433" command and saw that > PostgreSQL respond it. > The problem is I still couldn't connect to PostgreSQL from Windows > pgAdmin agent. > I have this error connection: "Server doesn't listen". > I don't have problem with firewall.
Yes you do. It might be the server's internal firewall (see iptables) rather than an external box, but something's filtering the packets. regards, tom lane ---------------------------(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