From e3fab5ec449563db78f38066e0c22427868c674e Mon Sep 17 00:00:00 2001 From: William Notowidagdo <27722+williamn@users.noreply.github.com> Date: Thu, 17 Sep 2020 18:36:59 +0700 Subject: [PATCH] Add PGAudit to the Extensions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7366e2d..3d542d6 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ For Database Management * [pgTAP](https://pgtap.org/) - Database testing framework for Postgres * [HypoPG](https://github.com/HypoPG/hypopg) - HypoPG provides hypothetical/virtual indexes feature. * [pgRouting](https://github.com/pgRouting/pgrouting) - pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. +* [PGAudit](https://www.pgaudit.org/) - The PostgreSQL Audit Extension (or pgaudit) provides detailed session and/or object audit logging via the standard logging facility provided by PostgreSQL. ### Optimization * [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans.