TODO assignment

From: Jiri Dvorak <ok(at)jyxo(dot)com>
To: Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO assignment
Date: 2008-06-26 11:40:44
Message-ID: 20080626114044.GA7937@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello

I wish to ask, whether is somebody working on this TODO point:

---
GRANT/REVOKE

* Allow column-level privileges
* %Allow GRANT/REVOKE permissions to be applied to all schema
objects with one command

The proposed syntax is:

GRANT SELECT ON ALL TABLES IN public TO phpuser; GRANT
SELECT ON NEW TABLES IN public TO phpuser;
* Allow GRANT/REVOKE permissions to be inherited by objects based
on schema permissions
* Allow SERIAL sequences to inherit permissions from the base
table?
---

Or more generally, is there a list of what is who doing?

Thanks

Jiri Dvorak

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff McKenna 2008-06-26 13:04:44 Re: MSVC 2003 compile error with pg8.3.3
Previous Message Dimitri Fontaine 2008-06-26 11:33:37 Re: Creating a VIEW with a POINT column