|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_default_acl, 826, DefaultAclRelationId) |
| DECLARE_TOAST (pg_default_acl, 4143, 4144) | |
| DECLARE_UNIQUE_INDEX (pg_default_acl_role_nsp_obj_index, 827, DefaultAclRoleNspObjIndexId, pg_default_acl, btree(defaclrole oid_ops, defaclnamespace oid_ops, defaclobjtype char_ops)) | |
| DECLARE_UNIQUE_INDEX_PKEY (pg_default_acl_oid_index, 828, DefaultAclOidIndexId, pg_default_acl, btree(oid oid_ops)) | |
| MAKE_SYSCACHE (DEFACLROLENSPOBJ, pg_default_acl_role_nsp_obj_index, 8) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_default_acl * | Form_pg_default_acl |
| FormData_pg_default_acl | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_default_acl | , |
| 826 | , | ||
| DefaultAclRelationId | |||
| ) |
Definition at line 32 of file pg_default_acl.h.
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().
| DECLARE_TOAST | ( | pg_default_acl | , |
| 4143 | , | ||
| 4144 | |||
| ) |
| DECLARE_UNIQUE_INDEX | ( | pg_default_acl_role_nsp_obj_index | , |
| 827 | , | ||
| DefaultAclRoleNspObjIndexId | , | ||
| pg_default_acl | , | ||
| btree(defaclrole oid_ops, defaclnamespace oid_ops, defaclobjtype char_ops) | |||
| ) |
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_default_acl_oid_index | , |
| 828 | , | ||
| DefaultAclOidIndexId | , | ||
| pg_default_acl | , | ||
| btree(oid oid_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | DEFACLROLENSPOBJ | , |
| pg_default_acl_role_nsp_obj_index | , | ||
| 8 | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_default_acl* Form_pg_default_acl |
Definition at line 54 of file pg_default_acl.h.
Referenced by get_object_address_defacl(), getObjectDescription(), getObjectIdentityParts(), RemoveRoleFromObjectACL(), and SetDefaultACL().
| FormData_pg_default_acl |
Definition at line 45 of file pg_default_acl.h.