#include "catalog/genbki.h"
#include "catalog/pg_authid_d.h"
Go to the source code of this file.
|
| CATALOG (pg_authid, 1260, AuthIdRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(2842 |
|
| DECLARE_UNIQUE_INDEX (pg_authid_rolname_index, 2676, AuthIdRolnameIndexId, pg_authid, btree(rolname name_ops)) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_authid_oid_index, 2677, AuthIdOidIndexId, pg_authid, btree(oid oid_ops)) |
|
| MAKE_SYSCACHE (AUTHNAME, pg_authid_rolname_index, 8) |
|
| MAKE_SYSCACHE (AUTHOID, pg_authid_oid_index, 8) |
|
◆ Form_pg_authid
◆ CATALOG()
CATALOG |
( |
pg_authid |
, |
|
|
1260 |
, |
|
|
AuthIdRelationId |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_authid_rolname_index |
, |
|
|
2676 |
, |
|
|
AuthIdRolnameIndexId |
, |
|
|
pg_authid |
, |
|
|
btree(rolname name_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_authid_oid_index |
, |
|
|
2677 |
, |
|
|
AuthIdOidIndexId |
, |
|
|
pg_authid |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE |
( |
AUTHNAME |
, |
|
|
pg_authid_rolname_index |
, |
|
|
8 |
|
|
) |
| |
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE |
( |
AUTHOID |
, |
|
|
pg_authid_oid_index |
, |
|
|
8 |
|
|
) |
| |
◆ BKI_SCHEMA_MACRO
AuthIdRelation_Rowtype_Id BKI_SCHEMA_MACRO |
◆ FormData_pg_authid
◆ rolbypassrls
◆ rolcanlogin
◆ rolconnlimit
◆ rolcreatedb
◆ rolcreaterole
◆ rolinherit
◆ rolname
◆ rolreplication
◆ rolsuper