Re: [BUG] Column-level privileges on inherited tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUG] Column-level privileges on inherited tables
Date
Msg-id 20161.1236268473@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUG] Column-level privileges on inherited tables  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> KaiGai,
> * KaiGai Kohei (kaigai@ak.jp.nec.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Make SIGHUP less painful if pg_hba.conf is not readable
Next
From: Teodor Sigaev
Date:
Subject: Re: Review: B-Tree emulation for GIN