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

A.3 pgx_confidential_group

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

カラム名

制約

説明

cgroid

bigint

primary key
generated always as identity

機密グループの識別子。

cgroname

varchar(63)

not null

機密グループの名前。

cgromatid

bigint

not null
references pgx_confidential_matrix(cmatid)

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

cgrocomment

text

コメント。

cgroupdatetime

timestamp with time zone

not null

機密グループ自体の更新時刻。

cgrooperationtime

timestamp with time zone

ロールを追加、削除した時刻。

cgrorolename

name

not null

機密グループロールの名前。

cgrosuperuser

bool

not null

機密グループのロールがSUPERUSER権限を持つ場合にtrue。

cgrocreatedb

bool

not null

機密グループのロールがCREATEDB権限を持つ場合にtrue。

cgrocreaterole

bool

not null

機密グループのロールがCREATEROLE権限を持つ場合にtrue。

cgroreplication

bool

not null

機密グループのロールがREPLICATION権限を持つ場合にtrue。

cgrobypassrls

bool

not null

機密グループのロールがBYPASSRLS権限を持つ場合にtrue。