pg_list_functions
Retrieve a detailed list of functions, procedures, and aggregates in any PostgreSQL schema, including arguments, return types, kind, and 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 |