/* ---------------- *pg_shdependdefinition.cppturnsthisinto *typedefstructFormData_pg_shdepend *----------------
*/
CATALOG(pg_shdepend,1214,SharedDependRelationId) BKI_SHARED_RELATION
{ /* *Identificationofthedependent(referencing)object. * *Notethatdbidcanbezerotodenoteasharedobject.
*/
Oid dbid BKI_LOOKUP_OPT(pg_database); /* OID of database
* containing object */
Oid classid BKI_LOOKUP(pg_class); /* OID of table containing
* object */
Oid objid; /* OID of object itself */
int32 objsubid; /* column number, or 0 if not used */
/* *Identificationoftheindependent(referenced)object.Thisisalways *asharedobject,soweneednodatabaseIDfield.Wedon'tbotherwith *asub-objectIDeither.
*/
Oid refclassid BKI_LOOKUP(pg_class); /* OID of table containing
* object */
Oid refobjid; /* OID of object itself */
/* *Precisesemanticsoftherelationshiparespecifiedbythedeptype *field.SeeSharedDependencyTypeincatalog/dependency.h.
*/ char deptype; /* see codes in dependency.h */
} FormData_pg_shdepend;
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.