2 35.61. user_mapping_options #
4 The view user_mapping_options contains all the options defined for user
5 mappings in the current database. Only those user mappings are shown
6 where the current user has access to the corresponding foreign server
7 (by way of being the owner or having some privilege).
9 Table 35.59. user_mapping_options Columns
15 authorization_identifier sql_identifier
17 Name of the user being mapped, or PUBLIC if the mapping is public
19 foreign_server_catalog sql_identifier
21 Name of the database that the foreign server used by this mapping is
22 defined in (always the current database)
24 foreign_server_name sql_identifier
26 Name of the foreign server used by this mapping
28 option_name sql_identifier
32 option_value character_data
34 Value of the option. This column will show as null unless the current
35 user is the user being mapped, or the mapping is for PUBLIC and the
36 current user is the server owner, or the current user is a superuser.
37 The intent is to protect password information stored as user mapping