| From: | Vydehi Ganti <rayudugs(at)gmail(dot)com> |
|---|---|
| To: | Dominique Devienne <ddevienne(at)gmail(dot)com> |
| Cc: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Clarification on RLS policy |
| Date: | 2025-04-25 13:20:46 |
| Message-ID: | CAMH-PzW2aAC2cVGoLfKxU2dLx-_dwz+Y47zN9f8jHjTifUhT+Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
So I don't have a possibility to append where clause dynamically and can
only check the boolean?
On Fri, 25 Apr, 2025, 18:48 Dominique Devienne, <ddevienne(at)gmail(dot)com> wrote:
> On Fri, Apr 25, 2025 at 3:01 PM Vydehi Ganti <rayudugs(at)gmail(dot)com> wrote:
> > Then it should build up the lPredicate with the filter condition and
> append to the query user runs on the Activity table.
>
> You're not reading us, and asking us to do the work for you...
> RLS Predicates don't return strings in PostgreSQL, but a boolean.
> Write your function to do your check, and return TRUE or FALSE.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dominique Devienne | 2025-04-25 13:25:59 | Re: Clarification on RLS policy |
| Previous Message | Dominique Devienne | 2025-04-25 13:17:48 | Re: Clarification on RLS policy |