pg_index_list
Retrieve indexes for a PostgreSQL table, including type, columns, uniqueness, and size, to analyze schema structure.
Instructions
List indexes for a table with type, columns, uniqueness, and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| schema | No | Schema name (default: 'public') | |
| target | Yes | Target name from ~/.dbx/targets/ |