get-table-info
Retrieve detailed metadata for a PostgreSQL table, including columns, constraints, indexes, and optional statistics like row count and size. Simplify database analysis and management.
Instructions
Get detailed information about a specific table including columns, constraints, indexes, and optionally statistics like row count and size.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_statistics | No | ||
schema_name | No | public | |
table | Yes |