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

53.65. 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を使用してください。

表53.66 pg_user_mappingの列

<title><structname>pg_user_mapping</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

umuser oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

OID of the local role being mapped, or zero if the user mapping is public マッピングされているローカルのロールのOID。 ユーザマッピングが公開されている場合はゼロ

umserver oid (references <link linkend="catalog-pg-foreign-server"><structname>pg_foreign_server</structname></link>.<structfield>oid</structfield>) (参照先 pg_foreign_server.oid

The OID of the foreign server that contains this mapping マッピングを保持する外部サーバのOID

umoptions text[]

User mapping specific options, as <quote>keyword=value</quote> strings keyword=value文字列のようなユーザマッピングの特定のオプション