?
? ????? PHP ??? ???? ??? ?? ??
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還有在當(dāng)前數(shù)據(jù)庫中為用戶映射定義的所有項(xiàng)。 那些用戶映射在當(dāng)前用戶能夠連接的相應(yīng)的外部服務(wù)器中顯示(通過成為所有者或擁有一些特權(quán)的方式)。
Table 34-47. user_mapping_options 字段
名稱 | 數(shù)據(jù)類型 | 描述 |
---|---|---|
authorization_identifier | sql_identifier | 用戶映射的名稱,或者如果映射是公共的時候?yàn)?tt class="LITERAL">PUBLIC |
foreign_server_catalog | sql_identifier | 被映射用到的外部服務(wù)器的名稱(總是當(dāng)前數(shù)據(jù)庫) |
foreign_server_name | sql_identifier | 被映射用到的外部服務(wù)器的名稱 |
option_name | sql_identifier | 一個選項(xiàng)名稱 |
option_value | character_data | 選項(xiàng)值。該字段將顯示空除非當(dāng)前用戶是映射過后的,或者該映射是PUBLIC 且當(dāng)前用戶是服務(wù)器所有者,或者當(dāng)前用戶是一個超級用戶。這樣的目的是為了保護(hù)密碼信息存儲為用戶映射選項(xiàng)。 |