DB_DEPENDENCIES
DB_DEPENDENCIES displays the dependency relationship between types, tables, views, stored procedures, functions, and triggers accessible to the current user. It is accessible to all users. This view exists in both PG_CATALOG and SYS schema.
Name |
Type |
Description |
---|---|---|
owner |
name |
Object owner. |
name |
name |
Object name. |
type |
character varying(18) |
Object class. |
referenced_owner |
name |
Owner of the referenced object. |
referenced_name |
name |
Name of the referenced object. |
referenced_type |
character varying(18) |
Type of the referenced object. |
referenced_link_name |
character varying(128) |
Not supported. Its value is NULL. |
dependency_type |
character varying(4) |
Not supported. Its value is NULL. |
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