get_table_stats
Get table statistics to monitor PostgreSQL health: estimated row count, live/dead tuples, last vacuum/analyze times, and total disk size.
Instructions
Get statistics for a table: estimated row count (from pg_stat), live/dead tuples, last vacuum/analyze times, and total disk size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table |