/* ---------------- *pg_init_privsdefinition.cppturnsthisinto *typedefstructFormData_pg_init_privs *----------------
*/
CATALOG(pg_init_privs,3394,InitPrivsRelationId)
{
Oid objoid; /* OID of object itself */
Oid classoid BKI_LOOKUP(pg_class); /* OID of table containing
* object */
int32 objsubid; /* column number, or 0 if not used */ char privtype; /* from initdb or extension? */
#ifdef CATALOG_VARLEN /* variable-length fields start here */
aclitem initprivs[1] BKI_FORCE_NOT_NULL; /* initial privs on object */ #endif
} FormData_pg_init_privs;
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.