Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Date
Msg-id CA+renyU=1A7+_zyPdaa6TersUDPrX13ufDW-qdi1wGt_zxXCfA@mail.gmail.com
Whole thread
In response to Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Thu, Jul 2, 2026 at 2:52 PM Chao Li <li.evan.chao@gmail.com> wrote:
>
> > Here is a v2 with a couple lines of documentation added.
> >
> Thanks for testing and updating the doc. I agree the docs need to be updated.
>
> I’d rephrase this a little bit:
> ```
> RLS policies for inserting temporal leftovers are still checked.
> ```
>
> Only INSERT policies will be checked, so I changed it to:
> ```
> Row-level security INSERT policies are still checked for these leftover inserts.
> ```
>
> PFA v3, only this tiny doc change.

+1

--
Paul              ~{:-)
pj@illuminatedcomputing.com



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows
Next
From: Andreas Karlsson
Date:
Subject: Re: First draft of PG 19 release notes