4 The view pg_policies provides access to useful information about each
5 row-level security policy in the database.
7 Table 53.15. pg_policies Columns
13 schemaname name (references pg_namespace.nspname)
15 Name of schema containing table policy is on
17 tablename name (references pg_class.relname)
19 Name of table policy is on
21 policyname name (references pg_policy.polname)
27 Is the policy permissive or restrictive?
31 The roles to which this policy applies
35 The command type to which the policy is applied
39 The expression added to the security barrier qualifications for queries
40 that this policy applies to
44 The expression added to the WITH CHECK qualifications for queries that
45 attempt to add rows to this table