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

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 the PG_CATALOG and SYS schemas.

Table 1 DB_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.