バージョンごとのドキュメント一覧

53.36. 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つだけ存在します。

表53.36 pg_parameter_acl Columns

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

parname text

The name of a configuration parameter for which privileges are granted 権限が付与される設定パラメーターの名前

paracl aclitem[]

Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.7を参照してください