pg_user_mapping.h File Reference
Include dependency graph for pg_user_mapping.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
CATALOG (pg_user_mapping, 1418, UserMappingRelationId)
DECLARE_UNIQUE_INDEX (pg_user_mapping_user_server_index, 175, UserMappingUserServerIndexId, pg_user_mapping, btree(umuser oid_ops, umserver oid_ops))
MAKE_SYSCACHE (USERMAPPINGUSERSERVER, pg_user_mapping_user_server_index, 2)
Typedef Documentation
◆ Form_pg_user_mapping
Function Documentation
◆ CATALOG()
CATALOG
(
pg_user_mapping
,
1418
,
UserMappingRelationId
)
Definition at line 28 of file pg_user_mapping.h.
29{
31
33 * InvalidOid if PUBLIC is
34 * wanted */
36 * mapping */
37
38#ifdef CATALOG_VARLEN /* variable-length fields start here */
39 text umoptions[1];
/* user mapping options */
40#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
References BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_TOAST()
DECLARE_TOAST
(
pg_user_mapping
,
4173
,
4174
)
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX
(
pg_user_mapping_user_server_index
,
175
,
UserMappingUserServerIndexId
,
pg_user_mapping
,
btree(umuser oid_ops, umserver oid_ops)
)
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY
(
pg_user_mapping_oid_index
,
174
,
UserMappingOidIndexId
,
pg_user_mapping
,
btree(oid oid_ops)
)
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE
(
USERMAPPINGOID
,
pg_user_mapping_oid_index
,
2
)
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE
(
USERMAPPINGUSERSERVER
,
pg_user_mapping_user_server_index
,
2
)
Variable Documentation
◆ FormData_pg_user_mapping