Updated on 2025-07-15 GMT+08:00

DB_SOURCE

DB_SOURCE displays information about stored procedures or functions accessible to the current user, and provides columns defined by the stored procedures and functions. This view exists in both PG_CATALOG and SYS schema.

Table 1 DB_SOURCE columns

Name

Type

Description

owner

name

Object owner.

name

name

Object name.

type

name

Object class.

text

text

Object definition.