describe_table
Retrieve a PostgreSQL table's columns, indexes, and constraints. Understand the full schema before writing queries.
Instructions
Describe a table's structure including columns, indexes, and constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe | |
| schema | No | Schema name containing the table (default: "public") | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||