34.49. user_mapping_options

The view user_mapping_options 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还有在当前数据库中为用户映射定义的所有项。 那些用户映射在当前用户能够连接的相应的外部服务器中显示(通过成为所有者或拥有一些特权的方式)。

Table 34-47. user_mapping_options 字段

名称数据类型描述
authorization_identifiersql_identifier用户映射的名称,或者如果映射是公共的时候为PUBLIC
foreign_server_catalogsql_identifier被映射用到的外部服务器的名称(总是当前数据库)
foreign_server_namesql_identifier被映射用到的外部服务器的名称
option_namesql_identifier一个选项名称
option_valuecharacter_data选项值。该字段将显示空除非当前用户是映射过后的,或者该映射是PUBLIC 且当前用户是服务器所有者,或者当前用户是一个超级用户。这样的目的是为了保护密码信息存储为用户映射选项。