Re: Password sub-process ... - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Password sub-process ...
Date
Msg-id 1027697407.307.16.camel@jester
Whole thread Raw
In response to Re: Password sub-process ...  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Password sub-process ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Password sub-process ...  ("Marc G. Fournier" <scrappy@hub.org>)
List pgsql-hackers
On Fri, 2002-07-26 at 11:28, Bruno Wolff III wrote:
> On Fri, Jul 26, 2002 at 10:48:53 -0300,
>   "Marc G. Fournier" <scrappy@hub.org> wrote:
> > 
> > Something to maybe add to the TODO list, if someone has the
> > time/inclination to work on it ...
> > 
> > The problem with the current auth system, as I see it, is that you can't
> > easily have seperate user lists and passwords per database ... its shared
> > across the system ...
> 
> If you look at the 7.3 docs you will see that you will be able to restrict
> access to databases by user or group name. If you use group name and have
> one group per database you will be able to administer access pretty easily.
> If you have a lot of databases you can use group names matching database
> names and not have to touch your conf file when making new databases.

This still doesn't allow john on db1 to be a different user than john on
db2.  To accomplish that (easily) we still need to install different
instances for each database.  Very minor issue, but it would be nice to
have the ability (for those selling PostgreSQL storage services).



pgsql-hackers by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Password sub-process ...
Next
From: Tom Lane
Date:
Subject: Re: Oracle Decode Function