49.65. pg_policies

Представление pg_policies даёт доступ к полезной информации обо всех политиках защиты на уровне строк в базе данных.

Таблица 49.66. Столбцы pg_policies

ИмяТипСсылкиОписание
schemanamenamepg_namespace.nspnameИмя схемы, содержащей таблицу с этой политикой
tablenamenamepg_class.relnameИмя таблицы с этой политикой
policynamenamepg_policy.polnameИмя политики
rolesname[] Роли, к которым применяется политика
cmdtext Тип команды, к которому применяется политика
qualtext Выражение, добавляемое к условиям барьера безопасности в запросы, к которым применяется политика
with_checktext Выражение, добавляемое к условиям WITH CHECK в запросы, которые пытаются добавлять строки в таблицу

49.65. pg_policies

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

Table 49.66. 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
rolesname[] The roles to which this policy applies
cmdtext The command type to which the policy is applied
qualtext The expression added to the security barrier qualifications for queries that this policy applies to
with_checktext The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table

FAQ