list_schemas
List all schemas in an Azure PostgreSQL database with their owner and table count for quick database overview.
Instructions
List the schemas in a PostgreSQL database with their owner and table count.
Args: database: Database name. Defaults to the session database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |