GER);
CREATE POLICY across_tenants ON my_table FOR ALL
TO across_tenants_role
USING (true);
As a bonus, the across_tenants policy doesn't receive the leakproof
guardrails. I guess USING (true) is special cased in some way.
Best regards,
Andreas Lind
On Mon, Jun 16, 2025 at 5:59 PM Tom Lane
truct available to the planner, but this is beyond my current
abilities. Also, it's probably better to get some feedback on the idea
before spending too much time optimizing.
What do you think?
Best regards,
Andreas Lind
[1] https://www.postgresql.org/message-id/2811772.0XtDgEdalL%40peanuts2
[