Re: copying perms to another user - Mailing list pgsql-hackers

From Mike Mascari
Subject Re: copying perms to another user
Date
Msg-id 008901c2bbfa$af82d3c0$0102a8c0@mascari.com
Whole thread Raw
In response to Re: copying perms to another user  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
From: "Rod Taylor" <rbt@rbt.ca>

>> While I haven't thought about it very hard, it seems to me that a role
>> might be equivalent or nearly so to a group.  If so, we might be able
>> to support roles with little more than some syntactic-sugar work ...

>A few other changes, like allowing ownership of an object to be a group
>(role) rather than strictly a user.

Also, at least in Oracle, one can grant ROLEs to other ROLEs. I don't know if that is what the SQL standard says
though:

GRANT role1 TO role2;

Mike Mascari
mascarm@mascari.com




pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: copying perms to another user
Next
From: "John Liu"
Date:
Subject: 7.3.1 on linux