get_indexes
Retrieve indexes for a specific table in a PostgreSQL database, specifying the table name and schema to streamline 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 |