get_object_details
Retrieve columns, constraints, and indexes for any PostgreSQL table or view. Specify schema and object name.
Instructions
Get columns, constraints, and indexes for a table or view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database alias to query. Omit to use the primary database. | |
| object_name | Yes | Table, view, sequence, or extension name | |
| object_type | No | table | |
| schema_name | Yes | Schema name |