describe_table
Inspect a PostgreSQL table's columns, data types, constraints, and indexes to understand its schema and plan SQL queries.
Instructions
Describe a table's columns, types, constraints, and indexes. Equivalent to psql \d+ command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe |