Re: php -postgresql

From: Chris <list(at)1006(dot)org>
To: Jay <jspothar(at)cs(dot)uccs(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: php -postgresql
Date: 2004-07-28 18:51:29
Message-ID: 1091040689.1958.88.camel@dell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-07-28 18:51:31 Re: Indexes on Character Types
Previous Message Jay 2004-07-28 18:12:12 php -postgresql