53.15. pg_policies
pg_policies
The view pg_policies provides access to useful information about each row-level security policy in the database.
Column Type Description |
|---|
schemaname Name of schema containing table policy is on |
tablename Name of table policy is on |
policyname Name of policy |
permissive Is the policy permissive or restrictive? |
roles The roles to which this policy applies |
cmd The command type to which the policy is applied |
qual The expression added to the security barrier qualifications for queries that this policy applies to |
with_check The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table |
: pg_policies Columns