Terminology Index
Glossary
2953 terms
R31
Row-Level Security (RLS)
Row-level security lets a database enforce policies that determine which rows a role can read, insert, update, or delete.
In PostgreSQL, reviewers must account for table owners, FORCE ROW LEVEL SECURITY, superusers and BYPASSRLS roles, policy combination, commands, session context, pooled connections, privileged functions, and maintenance jobs.
Introduced in: Cloud Security Architecture, Security Architecture Review
Examples
- Tenant row policy
- Forced RLS for table owner
S1
