PostgreSQL - Roles and Security
You wrote this policy:
But queries still return all rows to all users. What is the likely mistake?
CREATE POLICY access_policy ON projects FOR SELECT USING (user_id = current_user);
But queries still return all rows to all users. What is the likely mistake?
