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.
Name | Type | Description |
|---|---|---|
owner | name | Object owner. |
name | name | Object name. |
type | name | Object class. |
text | text | Object definition. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

