2 52.65. pg_user_mapping #
4 The catalog pg_user_mapping stores the mappings from local user to
5 remote. Access to this catalog is restricted from normal users, use the
6 view pg_user_mappings instead.
8 Table 52.66. pg_user_mapping Columns
18 umuser oid (references pg_authid.oid)
20 OID of the local role being mapped, or zero if the user mapping is
23 umserver oid (references pg_foreign_server.oid)
25 The OID of the foreign server that contains this mapping
29 User mapping specific options, as “keyword=value” strings