forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
3.5 KiB
3.5 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.
Name |
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