Skip to content

user_mapping_options

The user_mapping_options view contains all of the options defined for user mappings in the current database. WarehousePG displays only those user mappings to which the current user has access (by way of being the owner or having some privilege).

columntypereferencesdescription
authorization_identifiersql_identifierName of the user being mapped, or PUBLIC if the mapping is public.
foreign_server_catalogsql_identifierName of the database in which the foreign server used by this mapping is defined (always the current database).
foreign_server_namesql_identifierName of the foreign server used by this mapping.
option_namesql_identifierName of an option.
option_valuecharacter_dataValue of the option. This column will display null unless:

- The current user is the user being mapped.

- The mapping is for PUBLIC and the current user is the foreign server owner.

- The current user is a superuser.

The intent is to protect password information stored as a user mapping option.

Parent topic: System Catalogs Definitions