Files
doc-exports/docs/dws/dev/dws_04_0611.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

6.2 KiB

PG_REDACTION_POLICY

PG_REDACTION_POLICY records information about the object to be redacted.

Table 1 PG_REDACTION_POLICY columns

Column

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:

  • true: enabled
  • false: disabled

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.