A simple, customisable table audit system for PostgreSQL implemented using triggers.
Here's more information about this project
This repo is meant to be a demo more than a ready-to-run extension. PRs are not accepted, although if you'd like to list your fork, please submit a PR to do so.
- https://github.com/iloveitaly/audit-trigger - contains a bunch of PRs including using jsonb for storage, function to stop auditing a table, option to not track inserts, and including pk ids in the audit table.