pg_parameter_acl
#
The catalog <structname>pg_parameter_acl</structname> records configuration
parameters for which privileges have been granted to one or more roles.
No entry is made for parameters that have default privileges.
カタログpg_parameter_acl
には、権限が1つ以上のロールに付与された設定パラメータが記録されます。
デフォルト権限を持つパラメータに対しては何も記録されません。
Unlike most system catalogs, <structname>pg_parameter_acl</structname>
is shared across all databases of a cluster: there is only one
copy of <structname>pg_parameter_acl</structname> per cluster, not
one per database.
大部分のシステムカタログとは異なり、pg_parameter_acl
は、クラスタのすべてのデータベース間で共有されます。
データベース毎ではなく、クラスタ毎にpg_parameter_acl
のコピーが1つだけ存在します。
表51.36 pg_parameter_acl
Columns
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
The name of a configuration parameter for which privileges are granted 権限が付与される設定パラメータの名前 |
Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.8を参照してください |