Pg_policies
Audit Row-Level Security Policies with pg_policies
Aug 31, 2026 / · 11 min read · postgresql database administration sql queries row-level security pg_policies access control security catalogs postgres dba ·Audit Row-Level Security Policies with pg_policies pg_policies turns a table's row-level security setup — however many CREATE POLICY statements are scattered across migration files — into one queryable inventory: one row per policy, with the roles it binds to, the command it governs, and the boolean expressions doing …
Read More