List functions and procedures
pg_list_functionsList functions, procedures, and aggregates in a PostgreSQL schema. Get name, arguments, return type, kind, and language for each database routine.
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 |