RE: not connecting via Pg::connectdb
Michael <wwwadmin@wizard.ca>
From: The Web Administrator <wwwadmin@wizard.ca>
To: PostGres General Questions <pgsql-general@postgresql.org>
Date: 1998-05-12T00:12:43Z
Lists: pgsql-general
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....