Re: Extending grant insert on tables to sequences - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Extending grant insert on tables to sequences
Date
Msg-id 20080901134922.GK16005@tamriel.snowman.net
Whole thread Raw
In response to Re: Extending grant insert on tables to sequences  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Responses Re: Extending grant insert on tables to sequences  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Jaime Casanova (jcasanov@systemguards.com.ec) wrote:
> On Fri, Aug 22, 2008 at 10:19 PM, Bruce Momjian <bruce@momjian.us> wrote:
> >
> > Added to September commit fest.
> >
>
> updating the patch with one that only extends inserts. though, i
> haven't look at the col level privs patch yet.

At least initially I wasn't planning to support column-level privileges
for sequences, so I don't think it will affect you much.  Do people
think it makes sense to try and support that?
As your patch appears more ready-for-commit than the column-level
privileges patch, I wouldn't worry about what code might have to move
around, that'll be for me to deal with in a re-sync with HEAD once your
patch is committed.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: [PATCH] Cleanup of GUC units code
Next
From: Heikki Linnakangas
Date:
Subject: Re: Window functions patch v04 for the September commit fest