Re: configuring postgresql on the browser

From: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: configuring postgresql on the browser
Date: 2003-04-05 04:52:47
Message-ID: Pine.LNX.4.44.0304051019190.1044-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> I'm trying to get pgsql to work on my browser but I can't connect. It works
> great on the shell and the psql webmin module works great but when it comes
> to phppgadmin or connecting my php application I get a :
>
> "Warning: pg_connect() unable to connect to PostgreSQL server: FATAL: IDENT
> authentication failed for user "joe""

Ident maps other than sameuser are defined in the file pg_ident.conf in
the data directory, which contains lines of the general form:

map-name ident-username database-username

So you might require to have appropriate entries in pg_ident.conf file.

Rather you can also change the authentication method to trust or password
or md5.

regards,
bhuvaneswaran

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message fred-pg 2003-04-05 14:39:42 Bad performance for a 3000 rows table updated permanently
Previous Message Don Patou 2003-04-04 21:18:41 configuring postgresql on the browser