Top
Enterprise Postgres 16 Security Operation Guide

A.1 pgx_confidential_matrix

A list of confidentiality matrices.

You can refer to the attributes of the registered confidentiality matrix, the update time, or the time when the confidentiality level or confidentiality group was registered or deleted.

Column name

Type

Constraint

Description

cmatid

bigint

primary key
generated always as identity

Identifier of the confidentiality matrix.

cmatname

varchar(63)

unique
not null

Name of the confidentiality matrix.

cmatowner

name

not null

Owner of the confidentiality matrix. The role that created the confidentiality matrix becomes the owner.

cmatcomment

text

Comment.

cmatupdatetime

timestamp with time zone

not null

Update time of the confidentiality matrix itself.

cmatoperationtime

timestamp with time zone

The time when the confidentiality level and confidentiality group were added/deleted.