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

A.5 pgx_confidential_object

機密オブジェクトの一覧です。オブジェクトの属性や更新時刻などを参照できます。

カラム名

制約

説明

cobjid

bigint

primary key
generated always as identity

機密オブジェクトの識別子。

cobjmatid

bigint

not null
references pgx_confidential_matrix(cmatid)

機密オブジェクトが属する機密マトリクスの識別子。

cobjlevid

bigint

not null
references pgx_confidential_level(clevid)

機密オブジェクトが属する機密レベルの識別子。

cobjtype

text

not null

機密オブジェクトの種別。

cobjschema

name

not null

機密オブジェクトのスキーマ名。

cobjtable

name

not null

機密オブジェクトのテーブル名。

cobjname

text

not null

機密オブジェクトの名前。

cobjupdate

timestamp with time zone

not null

機密オブジェクトの登録時刻。

cobjpolicy

jsonb

種別がrowsetの場合に、行集合の範囲を決める条件。
POLICYでの設定内容で表現する。