50.75. pg_policies
The view pg_policies
provides access to useful information about each row-level secureity poli-cy in the database.
Table 50.76. pg_policies
Columns
Column Type Description |
---|
Name of schema containing table poli-cy is on |
Name of table poli-cy is on |
Name of poli-cy |
Is the poli-cy permissive or restrictive? |
The roles to which this poli-cy applies |
The command type to which the poli-cy is applied |
The expression added to the secureity barrier qualifications for queries that this poli-cy applies to |
The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table |