list_indexes
Inspect indexes on a PostgreSQL table by providing table name and optional schema, returning index definitions for analysis.
Instructions
List indexes on a table with their definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |