Re: New patch for Column-level privileges - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: New patch for Column-level privileges
Date
Msg-id 3073cc9b0901150707o28720312qb7498b2d13324335@mail.gmail.com
Whole thread Raw
In response to Re: New patch for Column-level privileges  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: New patch for Column-level privileges  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thu, Jan 15, 2009 at 12:33 AM, KaiGai Kohei <kaigai@ak.jp.nec.com> wrote:
>
> It seems to me ExecGrant_Relation() is a bit larger than other ExecGrant_XXXX()s.
> My preference is to clip out column-privilege part into ExecGrant_Attribute()
> and invoke it for each given columns.
> But, it is just my preference. Please ask it official commiters/reviewers.
>

while i'm not an official commiter/reviewer, it seems natural to me to
have an ExecGrant_Attribute() function.


--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: cleanup smgr.c of tablespace call
Next
From: Bruce Momjian
Date:
Subject: Re: tuplestore potential performance problem