Add pg_insights

This commit is contained in:
Marcus Gartner 2019-06-28 15:11:44 -07:00
parent c58baa8b13
commit ad50049a40

View File

@ -151,6 +151,7 @@ For Database Management
* [pgclimb](https://github.com/lukasmartinelli/pgclimb) - Export data from PostgreSQL into different data formats.
* [pgfutter](https://github.com/lukasmartinelli/pgfutter) - Import CSV and JSON into PostgreSQL the easy way.
* [PGInsight](http://pginsight.io/) - CLI tool to easily dig deep inside your PostgreSQL database.
* [pg_insights](https://github.com/lob/pg_insights) - Convenient SQL for monitoring Postgres database health.
* [pgloader](https://github.com/dimitri/pgloader) - Loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data.
* [pgMustard](https://www.pgmustard.com/) - A modern user interface
for `EXPLAIN ANALYSE`, that also provides performance tips (Commercial Software).