row_counts
Get estimated row counts for all tables in a PostgreSQL database, sorted from highest to lowest. Use the limit parameter to control how many tables to display.
Instructions
Show estimated row counts for all tables, sorted by count descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tables to show (default: 50) |