|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_depend, 2608, DependRelationId) |
| DECLARE_INDEX (pg_depend_depender_index, 2673, DependDependerIndexId, pg_depend, btree(classid oid_ops, objid oid_ops, objsubid int4_ops)) | |
| DECLARE_INDEX (pg_depend_reference_index, 2674, DependReferenceIndexId, pg_depend, btree(refclassid oid_ops, refobjid oid_ops, refobjsubid int4_ops)) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_depend * | Form_pg_depend |
| FormData_pg_depend | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_depend | , |
| 2608 | , | ||
| DependRelationId | |||
| ) |
Definition at line 44 of file pg_depend.h.
References BKI_LOOKUP, and fb().
| DECLARE_INDEX | ( | pg_depend_depender_index | , |
| 2673 | , | ||
| DependDependerIndexId | , | ||
| pg_depend | , | ||
| btree(classid oid_ops, objid oid_ops, objsubid int4_ops) | |||
| ) |
| DECLARE_INDEX | ( | pg_depend_reference_index | , |
| 2674 | , | ||
| DependReferenceIndexId | , | ||
| pg_depend | , | ||
| btree(refclassid oid_ops, refobjid oid_ops, refobjsubid int4_ops) | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_depend* Form_pg_depend |
Definition at line 76 of file pg_depend.h.
Referenced by AlterExtensionNamespace(), AlterSeqNamespaces(), ATExecAlterColumnType(), change_owner_recurse_to_sequences(), changeDependenciesOf(), changeDependenciesOn(), changeDependencyFor(), deleteDependencyRecordsFor(), deleteDependencyRecordsForClass(), deleteDependencyRecordsForSpecific(), drop_parent_dependency(), find_composite_type_dependencies(), findDependentObjects(), get_index_constraint(), get_index_ref_constraints(), get_rels_with_domain(), getAutoExtensionsOfObject(), getExtensionOfObject(), getExtensionType(), getOwnedSequences_internal(), pg_get_serial_sequence(), RememberAllDependentForRebuilding(), and sequenceIsOwned().
| FormData_pg_depend |
Definition at line 67 of file pg_depend.h.
Referenced by recordMultipleDependencies().