目录搜索
文字
分享

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_identifier sql_identifier 用户映射的名称,或者如果映射是公共的时候为PUBLIC
foreign_server_catalog sql_identifier 被映射用到的外部服务器的名称(总是当前数据库)
foreign_server_name sql_identifier 被映射用到的外部服务器的名称
option_name sql_identifier 一个选项名称
option_value character_data 选项值。该字段将显示空除非当前用户是映射过后的,或者该映射是PUBLIC 且当前用户是服务器所有者,或者当前用户是一个超级用户。这样的目的是为了保护密码信息存储为用户映射选项。