]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-user-mappings.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-user-mappings.txt
1
2 35.62. user_mappings #
3
4    The view user_mappings contains all user mappings defined in the
5    current database. Only those user mappings are shown where the current
6    user has access to the corresponding foreign server (by way of being
7    the owner or having some privilege).
8
9    Table 35.60. user_mappings 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