doc-exports/docs/dws/dev/dws_04_0611.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

4.9 KiB

PG_REDACTION_POLICY

PG_REDACTION_POLICY records information about the object to be redacted.

Table 1 PG_REDACTION_POLICY columns

Name

Type

Description

object_oid

oid

OID of the object to be redacted.

policy_name

name

Name of the redact 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.