Updated on 2024-06-03 GMT+08:00

ADM_DEPENDENCIES

ADM_DEPENDENCIES displays the dependency relationships between types, tables, views, stored procedures, functions, and triggers in the database. By default, only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in the PG_CATALOG and SYS schemas.

Table 1 ADM_DEPENDENCIES columns

Name

Type

Description

owner

name

Object owner.

name

name

Object name.

type

character varying(18)

Object type.

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. Set it to NULL.

dependency_type

character varying(4)

Not supported. Set it to NULL.