49.65. pg_policies
Представление pg_policies даёт доступ к полезной информации обо всех политиках защиты на уровне строк в базе данных.
Таблица 49.66. Столбцы pg_policies
| Имя | Тип | Ссылки | Описание |
|---|---|---|---|
schemaname | name | | Имя схемы, содержащей таблицу с этой политикой |
tablename | name | | Имя таблицы с этой политикой |
policyname | name | | Имя политики |
roles | name[] | Роли, к которым применяется политика | |
cmd | text | Тип команды, к которому применяется политика | |
qual | text | Выражение, добавляемое к условиям барьера безопасности в запросы, к которым применяется политика | |
with_check | text | Выражение, добавляемое к условиям 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
| Name | Type | References | Description |
|---|---|---|---|
schemaname | name | | Name of schema containing table policy is on |
tablename | name | | Name of table policy is on |
policyname | name | | Name of policy |
roles | name[] | The roles to which this policy applies | |
cmd | text | The command type to which the policy is applied | |
qual | text | The expression added to the security barrier qualifications for queries that this policy applies to | |
with_check | text | The expression added to the WITH CHECK qualifications for queries that attempt to add rows to this table |