AdvancedVocabulary#postgresql#sql#security#database#rls

PostgreSQL Row Level Security Policies

PostgreSQL's Row Level Security (RLS) enables fine-grained, policy-based access control at the row level. Master USING clauses, WITH CHECK constraints, permissive vs restrictive policies, and role-targeted policies for secure multi-tenant database applications.

0 / 5 completed
1 / 5
A PostgreSQL table has ALTER TABLE documents ENABLE ROW LEVEL SECURITY; applied. What happens to queries on this table by non-superuser roles?