any way to compare search parameters on RLS?
hi, fast question... any way to compare search parameters on rls?
like:
ia assistant recommend me use a headers... but... I don't like use this so much...
and I not sure if I can use something like
2 Replies
No. Headers is the only way with a normal call.
You could use an RPC call to a Postgres function.
RLS can only see data in the row before (USING) or after (WITH CHECK).
well tnks 😁