pg_policies
#
The view <structname>pg_policies</structname> provides access to
useful information about each row-level security policy in the database.
pg_policies
ビューはデータベース内の行単位セキュリティのポリシーについて便利な情報へのアクセスを提供します。
表52.14 pg_policies
の列
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? 許容(permissive)ポリシーか、制限(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 このテーブルに行を追加する問い合わせにWITH CHECKの制約として追加される式 |