forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
6.1 KiB
6.1 KiB
PG_REDACTION_POLICY
PG_REDACTION_POLICY records information about the object to be redacted.
Name |
Type |
Description |
---|---|---|
object_oid |
oid |
OID of the object to be redacted. |
policy_name |
name |
Name of the redaction policy. |
enable |
boolean |
Policy status (enabled or disabled). NOTE:
The value can be:
|
expression |
pg_node_tree |
Policy effective expression (for users). |
policy_description |
text |
Description of a policy. |
inherited |
bool |
Whether a redaction policy is inherited from another redaction policy. |
policy_order |
float4 |
Masking policy sequence. This field is supported by 8.2.1.100 and later cluster versions. |
Parent topic: System Catalogs