1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-20 11:14:30 +02:00

add pg_web_stats to optimizations category

This commit is contained in:
Eduard Iskandarov 2018-03-07 10:10:24 +05:00
parent af3981730c
commit 9fb1598305

View File

@ -123,6 +123,7 @@ For Database Management
* [pgtune](https://github.com/le0pard/pgtune) - Online version of PostgreSQL configuration wizard.
* [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune).
* [PoWA](http://dalibo.github.io/powa/) - PostgreSQL Workload Analyzer gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers.
* [pg_web_stats](https://github.com/kirs/pg_web_stats) - Web UI to view pg_stat_statements.
### Utilities
* [apgdiff](https://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one.