Thread

  1. RE: not connecting via Pg::connectdb

    Michael <wwwadmin@wizard.ca> — 1998-05-12T00:12:43Z

    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....