SYSTEM CATALOGS / SYSTEM CATALOGS
pg_user_mapping
Read PG 18 manual ↗The catalog pg_user_mapping stores the mappings from local user to remote.
- Kind
- System catalogs
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
umuser | oid | OID of the local role being mapped, or zero if the user mapping is public pg_authid.oid |
umserver | oid | The OID of the foreign server that contains this mapping pg_foreign_server.oid |
umoptions | text[] | User mapping specific options, as “keyword=value” strings |
Column history across versions
Version history 4
- PG 13 → 14changed
- PG 11 → 12changed
- PG 9.6 → 10changed
- PG 9.2 → 9.3changed
Definition snapshot: english-manuals:10dfd978d6e3126606e6d6b64f8… · English manual source