On 24/04/2007 06:43, George Heller wrote:
Ok, I tried a telnet from the command prompt of my XP machine, to the
linux server address on port 5432, something like,
C:\> telnet 132.141.101.1 5432
And this did 'not' go through. It said could not open connection to
host, connect failed.
Well, this sounds like a network problem, as others have suggested.
Check that your XP machine and the machine with the PostgreSQL server
are on the same subnet, or are otherwise able to talk to each other. Are
you able to use telnet or ssh to open a terminal session from one to the
other? Did you try using psql to connect to the DBMS?
Ray.
---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
[EMAIL PROTECTED]
---------------------------------------------------------------
---------------------------(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