Re: Database Users Management and Privileges - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Database Users Management and Privileges
Date
Msg-id Pine.LNX.4.30.0107061735290.679-100000@peter.localdomain
Whole thread Raw
In response to Re: Database Users Management and Privileges  (Gunnar Rønning <gunnar@polygnosis.com>)
Responses Re: Database Users Management and Privileges  (Gunnar Rønning <gunnar@polygnosis.com>)
List pgsql-hackers
Gunnar Rønning writes:

> Better user management and policy delegations would be important
> postgresql to succeed in enterprise environments.

Keeping compatibility is also important.

> Maybe one should
> start distinguishing logins from users like Sybase does. Logins are global
> to all databases, and you can create a user for a given database and assign
> it to a login.

That doesn't strike me as terribly better.  Operating system
administrators tend to unify user management across the whole network.
You're essentially suggesting making separate users per file system.
Ugh.

> It would also be nice to be able to assign users to
> groups(which in turn define access rights within the database).

That would indeed be nice.  That's why we have already implemented it.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Proper use of select() parameter nfds?
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: AW: AW: Re: Backup and Recovery