pg_list_functions
List PostgreSQL functions, procedures, and aggregates in a schema, revealing arguments, return types, 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 |