describe_table
Retrieve detailed schema information for a specific table in a PostgreSQL database, including column names, data types, and constraints, to analyze and understand table structure and metadata.
Instructions
Get detailed schema information for a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) | public |
table_name | Yes | Name of the table to describe |