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

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)
Дата
Msg-id 20080904163224.GO16005@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Ответы Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)
Список 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 по дате отправления:

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Extending grant insert on tables to sequences
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] hash index improving v3