TODO assignment

Started by Jiri Dvorakover 17 years ago3 messages
#1Jiri Dvorak
ok@jyxo.com

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

#2Zdenek Kotala
Zdenek.Kotala@Sun.COM
In reply to: Jiri Dvorak (#1)
Re: TODO assignment

Jiri Dvorak napsal(a):

Hello

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

Look on this:

http://archives.postgresql.org/pgsql-hackers/2008-04/msg00049.php

---
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?

You can found partial information here:

http://wiki.postgresql.org/wiki/Development_information

Zdenek

#3Josh Berkus
josh@agliodbs.com
In reply to: Zdenek Kotala (#2)
Re: TODO assignment

Jiri,

I don't know of anyone currently working on the "apply permissions to
all objects" TODO. You're welcome to take a stab at it.

--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco 415-752-2500