List tables
list_tablesIdentify the largest tables and views in a schema with estimated row counts and disk size, revealing expensive targets before querying.
Instructions
List the tables and views in one schema, largest first, with an estimated row count and total on-disk size. Use this to find out what is expensive before you query it. Row counts are planner estimates, not exact counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema name, for example "public". |