pg_list_indexes
List all indexes for a PostgreSQL table in a specified schema. Provide table name to retrieve index details.
Instructions
List all indexes for a given table in the specified schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | Schema to filter by. Defaults to the connection's defaultSchema (or 'public'). | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |