Re: [HACKERS] RLS in CTE incorrect permission failure - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: [HACKERS] RLS in CTE incorrect permission failure
Date
Msg-id CAHz80e6XVB0CcAtBcHZ7PJDCPD=eXTmOWhqe_BGs7HR0tauEng@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] RLS in CTE incorrect permission failure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers


On Wed, Jun 21, 2017 at 7:46 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Rod Taylor <rod.taylor@gmail.com> writes:
> In the attached script, the second insert into t2 (as part of the CTE)
> should succeed.

No, I don't think so.  You declared the check function as STABLE which
means it is confined to seeing the same snapshot as the surrounding query.
So it can't see anything inserted by that query.

Possibly it'd work as you wish with a VOLATILE function.

Indeed, that works as expected.

Sorry for the noise.
 

--
Rod Taylor

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Restart logical replicationlauncher when killed
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Optional message to user when terminating/cancelling backend