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を使用してください。
  
表52.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」文字列のようなユーザマッピングの特定のオプション |