table_a with a select rls open to everyone, but on an editor page of my app I want to check if the user actually fulfills the necessary update rls (that is more constraining) before fetching the data. I can see many ways of doing this:update rls logic into a procedure that I can then separately call from my app's server to check before doing a selectselect query's filter up to date with the update rlsupdate with a select modifierupdate rls for a specific select query without having to replicate the policie's logic?