/* ---------------- *pg_dependdefinition.cppturnsthisinto *typedefstructFormData_pg_depend *----------------
*/
CATALOG(pg_depend,2608,DependRelationId)
{ /* *Identificationofthedependent(referencing)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.
*/
Oid refclassid BKI_LOOKUP(pg_class); /* OID of table containing
* object */
Oid refobjid; /* OID of object itself */
int32 refobjsubid; /* column number, or 0 if not used */
/* *Precisesemanticsoftherelationshiparespecifiedbythedeptype *field.SeeDependencyTypeincatalog/dependency.h.
*/ char deptype; /* see codes in dependency.h */
} FormData_pg_depend;
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.