forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
3.9 KiB
3.9 KiB
USER_SOURCE
USER_SOURCE displays information about stored procedures or functions in this mode, and provides the columns defined by the stored procedures or the functions.
Column |
Type |
Description |
|---|---|---|
owner |
character varying(64) |
Owner of the stored procedure or the function |
Name |
character varying(64) |
Name of the stored procedure or the function |
Text |
Text |
Definition of the stored procedure or the function |
Parent topic: System Views