From ad50049a40dcae61c3206711d4afc732f7be9751 Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Fri, 28 Jun 2019 15:11:44 -0700 Subject: [PATCH] Add pg_insights --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 662b16b..b681470 100644 --- a/README.md +++ b/README.md @@ -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).