53.63. pg_user_mapping
В каталоге pg_user_mapping хранятся сопоставления локальных пользователей с удалёнными. Обычные пользователи не имеют доступа к этому каталогу, они должны использовать представление pg_user_mappings.
Таблица 53.64. Столбцы pg_user_mapping
| Имя | Тип | Ссылки | Описание |
|---|---|---|---|
oid | oid | Идентификатор строки (скрытый атрибут; должен выбираться явно) | |
umuser | oid | | OID сопоставляемой локальной роли, либо 0, если сопоставление задаётся для всех |
umserver | oid | | OID стороннего сервера, содержащего это сопоставление |
umoptions | text[] | Специальные параметры сопоставления пользователей, в виде строк «ключ=значение» |
53.63. pg_user_mapping
The catalog pg_user_mapping stores the mappings from local user to remote. Access to this catalog is restricted from normal users, use the view pg_user_mappings instead.
Table 53.64. pg_user_mapping Columns
| Name | Type | References | Description |
|---|---|---|---|
oid | oid | Row identifier (hidden attribute; must be explicitly selected) | |
umuser | oid | | OID of the local role being mapped, 0 if the user mapping is public |
umserver | oid | | The OID of the foreign server that contains this mapping |
umoptions | text[] | User mapping specific options, as “keyword=value” strings |