Re: configuring postgresql on the browser - Mailing list pgsql-novice

From Don Patou
Subject Re: configuring postgresql on the browser
Date
Msg-id 200304051710.19936.pknoob@noos.fr
Whole thread Raw
In response to Re: configuring postgresql on the browser  ("A.Bhuvaneswaran" <bhuvansql@myrealbox.com>)
List pgsql-novice
On Saturday 05 April 2003 06:52, you wrote:
> 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.

if I want to connect user 'joe' to db 'mydb', knowing that joe has the same
rights than postgres. what do I need to add to pg_ident.conf file? and how
come my webmin works great while my phppgadmin and my php apps don't?

thanx in advance


pgsql-novice by date:

Previous
From: fred-pg@jolliton.com
Date:
Subject: Bad performance for a 3000 rows table updated permanently
Next
From: Kevin Coyner
Date:
Subject: Re: configuring postgresql on the browser