table_stats
Retrieve PostgreSQL table statistics including row count, size metrics, and vacuum information to monitor database performance and storage usage.
Instructions
Get statistics for a table (row count, size, bloat).
Args:
table_name: Name of the table
schema: Schema name (default: public)
Returns:
Table statistics including row count, sizes, and vacuum infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| schema | No | public |