The pg_stat_reset
only resets the stats for the current database, not the whole cluster.
To reset the statistics connect to the concrete database, then reset the statistics:
select pg_stat_reset();
The pg_stat_reset
only resets the stats for the current database, not the whole cluster.
To reset the statistics connect to the concrete database, then reset the statistics:
select pg_stat_reset();
For further actions, you may consider blocking this person and/or reporting abuse
Jonas Scholz -
Danial Ranjha -
Daniel Sogl -
Meqdad Darwish -
Top comments (0)