reset_query_stats
Reset pg_stat_statements query statistics counters irreversibly. Preview changes with dry-run before executing.
Instructions
[WRITE][risk=medium] Reset pg_stat_statements accumulators (irreversible).
The counters cannot be restored, so no undo is recorded. Pass dry_run=True
to preview.
Args:
dry_run: If True, preview without resetting.
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No |