NikolayS / postgres_dba

The missing set of useful tools for Postgres DBAs and all engineers
BSD 3-Clause "New" or "Revised" License
1.03k stars 113 forks source link

pg_stat_statements changed name colums #53

Closed oleg9301 closed 3 years ago

oleg9301 commented 3 years ago

s1 and s2 not working, because of changing in pg_stat_statements columns

NEW column name(pg13,pg_stat_statements 1.8): min_plan_time max_plan_time mean_plan_time stddev_plan_time total_exec_time min_exec_time max_exec_time mean_exec_time

OLD column name: total_time min_time max_time mean_time stddev_time

oleg9301 commented 3 years ago

https://github.com/NikolayS/postgres_dba/pull/48