> *Warning*: pg_connect(): Unable to connect to PostgreSQL server:
> FATAL: IDENT authentication failed for user "jay" . in
> */var/www/proj/psql_results.php* on line *37*
>
> on using the following command
> $connection = pg_connect("host=localhost dbname=cs542 user=jay") or
> die("could not connect");
check out $PGDATA/pg_hba.conf
bye, chris