get_indexes
Retrieve indexes for a specific table in a PostgreSQL database. Specify the table name and schema to access index details, aiding in database structure analysis and optimization.
Instructions
Get indexes for a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) | public |
table_name | Yes | Name of the table |