#include "catalog/genbki.h"
#include "catalog/pg_auth_members_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_auth_members, 1261, AuthMemRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(2843 |
| |
| Oid roleid | BKI_LOOKUP (pg_authid) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_auth_members_oid_index, 6303, AuthMemOidIndexId, pg_auth_members, btree(oid oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_auth_members_role_member_index, 2694, AuthMemRoleMemIndexId, pg_auth_members, btree(roleid oid_ops, member oid_ops, grantor oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_auth_members_member_role_index, 2695, AuthMemMemRoleIndexId, pg_auth_members, btree(member oid_ops, roleid oid_ops, grantor oid_ops)) |
| |
| | DECLARE_INDEX (pg_auth_members_grantor_index, 6302, AuthMemGrantorIndexId, pg_auth_members, btree(grantor oid_ops)) |
| |
| | MAKE_SYSCACHE (AUTHMEMROLEMEM, pg_auth_members_role_member_index, 8) |
| |
| | MAKE_SYSCACHE (AUTHMEMMEMROLE, pg_auth_members_member_role_index, 8) |
| |
◆ Form_pg_auth_members
◆ BKI_LOOKUP()
◆ CATALOG()
◆ DECLARE_INDEX()
◆ DECLARE_UNIQUE_INDEX() [1/2]
◆ DECLARE_UNIQUE_INDEX() [2/2]
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ admin_option
◆ BKI_SCHEMA_MACRO
◆ FormData_pg_auth_members
◆ inherit_option
◆ set_option