postgres_describe_table
Get detailed information about any PostgreSQL table, including columns, data types, and constraints. Understand table structure for schema analysis and query planning.
Instructions
Get detailed information about a specific table including columns, data types, and constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to describe |