Updated on 2023-10-23 GMT+08:00

MY_SOURCE

MY_SOURCE displays information about stored procedures or functions in this schema, and provides columns defined by the stored procedures or the functions. This view exists in both PG_CATALOG and SYS schema.

Table 1 MY_SOURCE columns

Name

Type

Description

owner

character varying(64)

Owner of a stored procedure or function

name

character varying(64)

Name of the stored procedure or function

text

text

Definition of the stored procedure or function