pg_user_mapping
#
The catalog <structname>pg_user_mapping</structname> stores
the mappings from local user to remote. Access to this catalog is
restricted from normal users, use the view
<link linkend="view-pg-user-mappings"><structname>pg_user_mappings</structname></link>
instead.
pg_user_mapping
カタログはローカルのユーザから遠隔のユーザへのマッピングを保持します。
一般ユーザからのこのカタログへのアクセスは制限されています。
代わりにpg_user_mappings
を使用してください。
表51.66 pg_user_mapping
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
OID of the local role being mapped, or zero if the user mapping is public マッピングされているローカルのロールのOID。 ユーザマッピングが公開されている場合はゼロ |
The OID of the foreign server that contains this mapping マッピングを保持する外部サーバのOID |
User mapping specific options, as <quote>keyword=value</quote> strings 「keyword=value」文字列のようなユーザマッピングの特定のオプション |