Can set RLS expressions on fields differently?
# help
a
Can set RLS expressions on fields differently?
n
Hello @arcavid! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
No RLS is for rows only. You can use before triggers if trying to control update. RPC function if trying to control read. Or dig int Column Security if you can controll on a Postgres role.
n
arcavid (2022-05-10)
a
Alright, thanks!