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

37.62. user_mappings #

The view <literal>user_mappings</literal> contains all user mappings defined in the current database. Only those user mappings are shown where the current user has access to the corresponding foreign server (by way of being the owner or having some privilege). user_mappingsビューは現在のデータベースで定義されたユーザマッピングすべてを含みます。 現在のユーザが対応する外部サーバへアクセスを持っているとき(所有者か、何らかの権限を持っていることとして)それらのユーザのマッピングのみを示します。

表37.60 user_mappingsの列

<title><structname>user_mappings</structname> Columns</title>

Column Type 列 型

Description 説明

authorization_identifier sql_identifier

Name of the user being mapped, or <literal>PUBLIC</literal> if the mapping is public マップされているユーザ名、またはマッピングがpublicの場合PUBLICです。

foreign_server_catalog sql_identifier

Name of the database that the foreign server used by this mapping is defined in (always the current database) このマッピングにより使用される外部サーバが定義されたデータベース名です(常に現在のデータベースです)。

foreign_server_name sql_identifier

Name of the foreign server used by this mapping このマッピングに使用される外部サーバ名です。