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

37.61. user_mapping_options #

The view <literal>user_mapping_options</literal> contains all the options defined for user mappings 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_mapping_optionsビューは現在のデータベースでユーザマッピングに定義された全てのオプションを含みます。 現在のユーザが対応する外部サーバへのアクセスを所有しているとき(所有者または何らかの権限を持っていることで)表示されます。

表37.59 user_mapping_optionsの列

<title><structname>user_mapping_options</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 このマッピングに使用される外部サーバ名です。

option_name sql_identifier

Name of an option オプションの名前です。

option_value character_data

Value of the option. This column will show as null unless the current user is the user being mapped, or the mapping is for <literal>PUBLIC</literal> and the current user is the server owner, or the current user is a superuser. The intent is to protect password information stored as user mapping option. オプションの値です。 この列は、現在のユーザがマップされたユーザか、マッピングがPUBLIC用かつ現在のユーザがサーバ所有者、もしくは現在のユーザがスーパーユーザでない限りNULLを示します。 ユーザマッピングオプションとして格納されているパスワード情報を保護するためです。