Schema permissions inheiritance

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Schema permissions inheiritance
Date: 2004-12-27 20:01:47
Message-ID: 20041227200147.GL10437@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

As was discussed on IRC a bit- In the TODO list already there's a
blip about adding support for group ownership. In addition to this I
think it'd be nice if you could create a schema (owned by a group) in
which any tables/etc created were also owned by a group automatically.
Following that, additional permissions might be nice, kind of implicit
grants for tables created in a certain schema. I'd think we'd also
want to have a NOTICE when that happens so users are aware of the
permissions on the table.

Thoughts? Can we get it added to the list?

Stephen

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-27 20:45:08 Re: Updateable views
Previous Message Sean Chittenden 2004-12-27 19:09:37 Re: LISTEN/NOTIFY enhancement: Portable signal handling?