I can connect from the remote machine via ..psql -h <xxx.xxx.xxx.xxx> -d <name>but cannot via$conn=Pg::connectdb("pghost=<xxx.xxx.xxx.xxx>,dbname=<name>");I am sure it has something to do with syntax...Same user....