On Thu, Dec 16, 2021 at 1:53 AM Mark Dilger <mark.dil...@enterprisedb.com> wrote: > > > On Nov 24, 2021, at 4:30 PM, Jeff Davis <pg...@j-davis.com> wrote: > > > > We need to do permission checking for WITH CHECK OPTION and RLS. The > > patch right now allows the subscription to write data that an RLS > > policy forbids. > > Version 4 of the patch, attached. >
For Update/Delete, we do read the table first via FindReplTupleInLocalRel(), so is there a need to check ACL_SELECT before that? -- With Regards, Amit Kapila.