55.67. pg_user_mapping #

В каталоге pg_user_mapping хранятся сопоставления локальных пользователей с удалёнными. Обычные пользователи не имеют доступа к этому каталогу, они должны использовать представление pg_user_mappings.

Таблица 55.68. Столбцы pg_user_mapping

Тип столбца

Описание

oid oid

Идентификатор строки

umuser oid (ссылается на pg_authid.oid)

OID сопоставляемой локальной роли, либо ноль, если сопоставление задаётся для всех

umserver oid (ссылается на pg_foreign_server.oid)

OID стороннего сервера, содержащего это сопоставление

umoptions text[]

Специальные параметры сопоставления пользователей, в виде строк «ключ=значение»


55.67. 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 55.68. pg_user_mapping Columns

Column Type

Description

oid oid

Row identifier

umuser oid (references pg_authid.oid)

OID of the local role being mapped, or zero if the user mapping is public

umserver oid (references pg_foreign_server.oid)

The OID of the foreign server that contains this mapping

umoptions text[]

User mapping specific options, as keyword=value strings


FAQ