The [new version](https://github.com/lesovsky/pgcenter/releases/tag/v0.9.0) of command-line admin tool for observing and troubleshooting Postgres – [pgCenter](https://github.com/lesovsky/pgcenter), has been released.
Here are a few key features and fixes introduced: <ul> <li>session statistics from [`pg_stat_database`](https://www.postgresql.org/docs/devel/monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW) (Postgres 14),</li> <li>WAL usage statistics from [`pg_stat_wal`](https://www.postgresql.org/docs/devel/monitoring-stats.html#MONITORING-PG-STAT-WAL-VIEW) (Postgres 14),</li> <li>progress statistics about running COPY commands from [`pg_stat_progress_copy`](https://www.postgresql.org/docs/devel/progress-reporting.html#COPY-PROGRESS-REPORTING) (Postgres 14),</li> <li>filesystem stats for top utility,</li> <li>extended statistics about tables' sizes,</li> <li>support for millisecond resolution for record and report utilities,</li> <li>naming convention for columns names.</li> </ul> For more information about this release see [release notes](https://github.com/lesovsky/pgcenter/blob/v0.9.0/doc/release-notes/v0.9.0.md). For comments and suggestions open a new [discussion](https://github.com/lesovsky/pgcenter/discussions).
