Re: table partitioning and access privileges

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: table partitioning and access privileges
Date: 2020-02-06 16:16:31
Message-ID: ccfaf1b3-f7ab-1d56-6363-00ce1276bca5@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020/02/03 14:26, Amit Langote wrote:
> On Mon, Feb 3, 2020 at 2:07 PM Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
>> On 2020/02/03 11:05, Amit Langote wrote:
>>> Okay. How about the attached?
>>
>> Thanks for the patches! You added the note just after the description
>> about row level security on inherited table, but isn't it better to
>> add it before that? Attached patch does that. Thought?
>
> Yeah, that might be a better flow for that paragraph.

Pushed! Thanks!

>>> Maybe, we should also note the LOCK TABLE exception?
>>
>> Yes.
>
> Note that, unlike TRUNCATE, LOCK TABLE exception exists in HEAD too,
> but maybe you're aware of that.

Yes, so I will review your patch getting rid of
LOCK TABLE exception.

Regards,

--
Fujii Masao
NTT DATA CORPORATION
Advanced Platform Technology Group
Research and Development Headquarters

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2020-02-06 17:24:47 Re: ALTER tbl rewrite loses CLUSTER ON index
Previous Message Tom Lane 2020-02-06 16:03:51 Re: In PG12, query with float calculations is slower than PG11