I have the following code

[CODE]
<?php
$dbconn3 = pg_connect("host=somehost port=5432 dbname=adatabase
user=postgres");
?>
[/CODE]

And when i run the script I get " Warning: pg_connect()
[function.pg-connect]: Unable to connect to PostgreSQL server: FATAL:
missing or erroneous pg_hba.conf file"

I have searched for pg_hba.conf, but I don't have it. Where should it be and
what should it contain?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to