]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-user-mapping-options.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-user-mapping-options.txt
1
2 35.61. user_mapping_options #
3
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).
8
9    Table 35.59. user_mapping_options Columns
10
11    Column Type
12
13    Description
14
15    authorization_identifier sql_identifier
16
17    Name of the user being mapped, or PUBLIC if the mapping is public
18
19    foreign_server_catalog sql_identifier
20
21    Name of the database that the foreign server used by this mapping is
22    defined in (always the current database)
23
24    foreign_server_name sql_identifier
25
26    Name of the foreign server used by this mapping
27
28    option_name sql_identifier
29
30    Name of an option
31
32    option_value character_data
33
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
38    option.