functions_list
Retrieve Postgres function details including signature and return type. Specify a schema or use 'all' to list functions across all schemas.
Instructions
List Postgres functions (signature, return type). schema_name='all' for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |