/* ---------------- *pg_default_acldefinition.cppturnsthisinto *typedefstructFormData_pg_default_acl *----------------
*/
CATALOG(pg_default_acl,826,DefaultAclRelationId)
{
Oid oid; /* oid */
Oid defaclrole BKI_LOOKUP(pg_authid); /* OID of role owning this
* ACL */
Oid defaclnamespace BKI_LOOKUP_OPT(pg_namespace); /* OID of namespace, or
* 0 for all */ char defaclobjtype; /* see DEFACLOBJ_xxx constants below */
#ifdef CATALOG_VARLEN /* variable-length fields start here */
aclitem defaclacl[1] BKI_FORCE_NOT_NULL; /* permissions to add at
* CREATE time */ #endif
} FormData_pg_default_acl;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.