list_tables
Retrieve all tables and views in a PostgreSQL schema with estimated row counts, sizes, and comments. Eliminates guesswork when assessing database structure and storage for optimization.
Instructions
List all tables and views in a given schema with estimated row counts, sizes, and comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | PostgreSQL schema name (default: "public") | public |