Forum Discussion
Anonymous
2 years agoNot applicable
Row Level Security - only allow certain users
Hello, How can I set RLS to only allow specific users. Ideally I'd like to allow only managers to view only their data, which I can do with username. However I'd also like to allow some specifi...
lbendlin
Super User
2 years agoRemember that if you have conflicting RLS rules applied to the same user then the more permissive rule wins.
Create a Role where the RLS rule simply states "TRUE()" and put these people under that role.