List functions and procedures
pg_list_functionsList database functions, procedures, and aggregates in any schema, with details on arguments, return types, and implementation language.
Instructions
List functions, procedures, and aggregates in a schema. Returns name, arguments, return type, kind (function/procedure/aggregate/window), and implementation language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (defaults to 'public'). | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes |