get_object_details
List columns, constraints, indexes, and comments for a specific PostgreSQL database object using schema and object name.
Instructions
Show columns, constraints, indexes, and comments for a database object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Object name | |
| object_type | No | table, view, sequence, or extension | table |
| schema_name | Yes | Schema name |