pg_list_functions
Retrieve user-defined functions from a PostgreSQL schema, with optional schema filtering.
Instructions
List all user-defined functions in the specified schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to filter by. Defaults to the connection's defaultSchema (or 'public'). | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |