Merge pull request #260 from mgartner/add-pg-insights

Add pg_insights
This commit is contained in:
Asad Dhamani 2019-07-12 16:42:53 +05:30 committed by GitHub
commit 0215f6ed5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,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).