]> begriffs open source - ai-pg/blob - full-docs/txt/catalog-pg-user-mapping.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / catalog-pg-user-mapping.txt
1
2 52.65. pg_user_mapping #
3
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.
7
8    Table 52.66. pg_user_mapping Columns
9
10    Column Type
11
12    Description
13
14    oid oid
15
16    Row identifier
17
18    umuser oid (references pg_authid.oid)
19
20    OID of the local role being mapped, or zero if the user mapping is
21    public
22
23    umserver oid (references pg_foreign_server.oid)
24
25    The OID of the foreign server that contains this mapping
26
27    umoptions text[]
28
29    User mapping specific options, as “keyword=value” strings