PostgreSQL Source Code  git master
pg_auth_members.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_auth_members_d.h"
Include dependency graph for pg_auth_members.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef FormData_pg_auth_membersForm_pg_auth_members
 

Functions

 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)
 

Variables

AuthMemRelation_Rowtype_Id BKI_SCHEMA_MACRO
 
bool admin_option
 
bool inherit_option
 
bool set_option
 
 FormData_pg_auth_members
 

Typedef Documentation

◆ Form_pg_auth_members

Definition at line 46 of file pg_auth_members.h.

Function Documentation

◆ BKI_LOOKUP()

Oid grantor BKI_LOOKUP ( pg_authid  )

◆ CATALOG()

CATALOG ( pg_auth_members  ,
1261  ,
AuthMemRelationId   
)

◆ DECLARE_INDEX()

DECLARE_INDEX ( pg_auth_members_grantor_index  ,
6302  ,
AuthMemGrantorIndexId  ,
pg_auth_members  ,
btree(grantor oid_ops)   
)

◆ DECLARE_UNIQUE_INDEX() [1/2]

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_UNIQUE_INDEX() [2/2]

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_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_auth_members_oid_index  ,
6303  ,
AuthMemOidIndexId  ,
pg_auth_members  ,
btree(oid oid_ops)   
)

◆ MAKE_SYSCACHE() [1/2]

MAKE_SYSCACHE ( AUTHMEMMEMROLE  ,
pg_auth_members_member_role_index  ,
 
)

◆ MAKE_SYSCACHE() [2/2]

MAKE_SYSCACHE ( AUTHMEMROLEMEM  ,
pg_auth_members_role_member_index  ,
 
)

Variable Documentation

◆ admin_option

bool admin_option

Definition at line 36 of file pg_auth_members.h.

Referenced by dumpRoleMembership().

◆ BKI_SCHEMA_MACRO

AuthMemRelation_Rowtype_Id BKI_SCHEMA_MACRO
Initial value:
{
Oid oid
unsigned int Oid
Definition: postgres_ext.h:31

Definition at line 30 of file pg_auth_members.h.

◆ FormData_pg_auth_members

FormData_pg_auth_members

Definition at line 39 of file pg_auth_members.h.

◆ inherit_option

bool inherit_option

Definition at line 37 of file pg_auth_members.h.

Referenced by dumpRoleMembership().

◆ set_option

bool set_option

Definition at line 38 of file pg_auth_members.h.

Referenced by dumpRoleMembership(), and main().