51.75. pg_policies
The view pg_policies provides access to useful information about each row-level security policy in the database.
Table 51.76. pg_policies Columns
| Column Type Description |
|---|
|
Name of schema containing table policy is on |
|
Name of table policy is on |
|
Name of policy |
|
Is the policy permissive or restrictive? |
|
The roles to which this policy applies |
|
The command type to which the policy is applied |
|
The expression added to the security barrier qualifications for queries that this policy applies to |
|
The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table |
© 1996–2021 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License.
https://www.postgresql.org/docs/13/view-pg-policies.html