跳至主要內容

KlustronDB小于 1 分钟

52.75. pg_policies

The view pg_policies provides access to useful information about each row-level security policy in the database.

Table 52.76. pg_policies Columns

NameTypeReferencesDescription
schemanamenamepg_namespace.nspnameName of schema containing table policy is on
tablenamenamepg_class.relnameName of table policy is on
policynamenamepg_policy.polnameName of policy
polpermissivetextIs the policy permissive or restrictive?
rolesname[]The roles to which this policy applies
cmdtextThe command type to which the policy is applied
qualtextThe expression added to the security barrier qualifications for queries that this policy applies to
with_checktextThe expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table