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
ビューは現在のデータベースでユーザマッピングに定義された全てのオプションを含みます。
現在のユーザが対応する外部サーバへのアクセスを所有しているとき(所有者または何らかの権限を持っていることで)表示されます。
表35.59 user_mapping_options
の列
Column Type 列 型 Description 説明 |
---|
Name of the user being mapped,
or <literal>PUBLIC</literal> if the mapping is public
マップされているユーザ名、またはマッピングがpublicの場合 |
Name of the database that the foreign server used by this mapping is defined in (always the current database) このマッピングにより使用される外部サーバが定義されたデータベース名です(常に現在のデータベースです)。 |
Name of the foreign server used by this mapping このマッピングに使用される外部サーバ名です。 |
Name of an option オプションの名前です。 |
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.
オプションの値です。
この列は、現在のユーザがマップされたユーザか、マッピングが |