Re: per-database groups? (was Discovering privileges) - Mailing list pgsql-interfaces

From Michael Fuhr
Subject Re: per-database groups? (was Discovering privileges)
Date
Msg-id 20050321211339.GA43088@winnie.fuhr.org
Whole thread Raw
In response to per-database groups? (was Discovering privileges)  (Murray Cumming <murrayc@murrayc.com>)
Responses Re: per-database groups? (was Discovering privileges)
List pgsql-interfaces
On Mon, Mar 21, 2005 at 07:38:00PM +0100, Murray Cumming wrote:

> I notice that users and groups are per-cluster rather than per-database.
> Is there any way to create users and groups that are not available to
> other databases on the same cluster?

What do you mean by "available"?  You can use pg_hba.conf to control
which users can connect to which databases, if that's what you're
after.  Or maybe db_user_namespace will do what you want:

http://www.postgresql.org/docs/8.0/interactive/runtime-config.html#GUC-DB-USER-NAMESPACE

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-interfaces by date:

Previous
From: Murray Cumming
Date:
Subject: per-database groups? (was Discovering privileges)
Next
From: Murray Cumming
Date:
Subject: Re: per-database groups? (was Discovering privileges)