Re: New patch for Column-level privileges

From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: "KaiGai Kohei" <kaigai(at)ak(dot)jp(dot)nec(dot)com>
Cc: sfrost(at)snowman(dot)net, "Markus Wanner" <markus(at)bluegap(dot)ch>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Alex Hunsaker" <badalex(at)gmail(dot)com>, "PostgreSQL-development Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New patch for Column-level privileges
Date: 2009-01-15 15:07:42
Message-ID: 3073cc9b0901150707o28720312qb7498b2d13324335@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 15, 2009 at 12:33 AM, KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-01-15 15:23:46 Re: BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION
Previous Message Heikki Linnakangas 2009-01-15 14:53:47 Re: cleanup smgr.c of tablespace call