list_tables
Lists tables in a PostgreSQL schema with estimated row counts and sizes; optionally include views.
Instructions
List tables in a schema with estimated row counts and sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | public |
| includeViews | No | Include views in the listing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |