Re: Column level privileges was:(Re: Extending grant insert on tables to sequences) - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)
Date
Msg-id 20080904163224.GO16005@tamriel.snowman.net
Whole thread Raw
In response to Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Responses Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Jaime,

* Jaime Casanova (jcasanov@systemguards.com.ec) wrote:
> On 7/25/08, Stephen Frost <sfrost@snowman.net> wrote:
> > Yes, I'm working on it
>
> hi, any work on it? may i help?

If you look at the commitfest, I've posted my WIP so far there.  Most of
the grammer, parser, and catalog changes are there.  There's a couple of
bugs in that code that I'm working to run down but otherwise I think
it's pretty good.  I do need to add in the dependency tracking as well
though, and that's what I'm planning to work on next.

A piece which can be broken off pretty easily is adding support to track
the columns used through to the executor so we can check the permissions
in the right place.

You should review Tom's #2 comment here:
http://archives.postgresql.org/pgsql-patches/2008-05/msg00111.php

Let me know if you'll be able to work on this or not.  If not then I'll
get to it after I'm happy with the other pieces of the patch.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: Extending grant insert on tables to sequences
Next
From: Simon Riggs
Date:
Subject: Re: [PATCHES] hash index improving v3