list_functions
Retrieve a list of functions and procedures from a specific schema in a PostgreSQL database, enabling streamlined database exploration and management.
Instructions
List functions and procedures in a schema
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"schema": {
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$",
"type": "string"
}
},
"type": "object"
}