Waiting for PostgreSQL 14 – Add pg_stat_database counters for sessions and session time
On 17th of January 2021, Magnus Hagander committed patch: Add pg_stat_database counters for sessions and session time This add counters for number of sessions, the different kind of session termination types, and timers for how much time is spent in active vs idle in a database to pg_stat_database. Internally this also renames the … Continue reading “Waiting for PostgreSQL 14 – Add pg_stat_database counters for sessions and session time”