list_views
Extract and display view names within a specified schema in PostgreSQL databases, enabling efficient database exploration and schema management.
Instructions
List views 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"
}