DB_DEPENDENCIES
DB_DEPENDENCIES displays dependencies between functions and advanced packages accessible to the current user. This view exists in both PG_CATALOG and SYS schema.
In GaussDB, this table is empty without any record due to information constraints.
Name |
Type |
Description |
---|---|---|
owner |
character varying(30) |
Object owner |
name |
character varying(30) |
Object name |
type |
character varying(17) |
Object class |
referenced_owner |
character varying(30) |
Owner of a referenced object |
referenced_name |
character varying(64) |
Name of the referenced object |
referenced_type |
character varying(17) |
Type of the referenced object |
referenced_link_name |
character varying(128) |
Name of the link to the referenced object |
schemaid |
numeric |
ID of the current schema |
dependency_type |
character varying(4) |
Dependency type (REF indicates soft reference and HARD indicates direct description). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot