Re: Some things I like to pick from the TODO list ...

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Matthias Schmidt <schmidtm(at)mock-software(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Some things I like to pick from the TODO list ...
Date: 2005-01-18 20:23:31
Message-ID: 20050118202331.GH10437@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Matthias Schmidt (schmidtm(at)mock-software(dot)de) wrote:
> 3) Allow GRANT/REVOKE permissions to be applied to all schema objects
> with one

This would be nice. I had to write a perl script to do it here. :)
It'd also be nice to be able to specify a set of permissions that will
be inheirited by newly created objects in a schema. Something like:

grant select,insert,update on schema DEFAULT to group xyz;

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sailesh Krishnamurthy 2005-01-18 20:45:50 Re: Much Ado About COUNT(*)
Previous Message Tom Lane 2005-01-18 19:47:20 Re: Some things I like to pick from the TODO list ...