pg_describe_table
Describe a table by listing its columns with data types, nullability, defaults, and order. Use for schema inspection and query planning.
Instructions
List the columns of a table: name, data type, nullability, and default, in column order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public | |
| table_name | Yes |