ページの先頭行へ戻る
Enterprise Postgres 15 セキュリティ運用ガイド

A.6 pgx_confidential_role

機密グループに登録されたロールの一覧です。ロールの属性や更新時刻などを参照できます。

カラム名

制約

説明

crolid

bigint

primary key
generated always as identity

ロールの識別子。

crolmatid

bigint

not null
references pgx_confidential_matrix(cmatid)

ロールが属する機密マトリクスの識別子。

crolgroid

bigint

not null
references pgx_confidential_group(cgroid)

ロールが属する機密グループの識別子。

crolname

name

not null

ロールの名前。

crolupdate

timestamp with time zone

not null

ロールの登録時刻。