Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Abhijit Menon-Sen <ams(at)oryx(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Jaime Casanova <systemguards(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)
Date: 2008-09-04 16:32:24
Message-ID: 20080904163224.GO16005@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jaime,

* Jaime Casanova (jcasanov(at)systemguards(dot)com(dot)ec) wrote:
> On 7/25/08, Stephen Frost <sfrost(at)snowman(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-09-04 16:57:04 Re: [PATCHES] hash index improving v3
Previous Message Jaime Casanova 2008-09-04 16:22:32 Re: Extending grant insert on tables to sequences