Re: [BUG] Column-level privileges on inherited tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [BUG] Column-level privileges on inherited tables
Date: 2009-03-05 15:54:33
Message-ID: 20161.1236268473@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Frost <sfrost(at)snowman(dot)net> writes:
> KaiGai,
> * KaiGai Kohei (kaigai(at)ak(dot)jp(dot)nec(dot)com) wrote:
>> The attached patch fixes the matter.
>> It fixes up attribute number of child relation when it is extracted.

> Thanks! It looks good to me, but we'll need Tom or some other
> committer to review it and commit it, of course.

It's duplicating (rather badly) the work done by
make_inh_translation_list. I'll see about refactoring it to
make use of that translation data.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Tolley 2009-03-05 16:04:42 Re: Make SIGHUP less painful if pg_hba.conf is not readable
Previous Message Matteo Beccati 2009-03-05 15:47:30 Re: [HACKERS] Re: BUG #4689: Expanding the length of a VARCHAR column should not induce a table rewrite