Skip to content

Commit

Permalink
docs: update with current status
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored and ringerc committed Sep 4, 2023
1 parent cc3bb4d commit fdc3ade
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
A simple, customisable table audit system for PostgreSQL implemented using
triggers.
A simple, customisable table audit system for PostgreSQL implemented using triggers.

See:
[Here's more information about this project](http://wiki.postgresql.org/wiki/Audit_trigger_91plus)

http://wiki.postgresql.org/wiki/Audit_trigger_91plus
# Maintenance Status

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.

# Forks

* https://github.com/iloveitaly/audit-trigger - [contains a bunch of PRs](https://github.com/2ndQuadrant/audit-trigger/pull/48) including using jsonb for storage, function to stop auditing a table, option to not track inserts, and including pk ids in the audit table.

0 comments on commit fdc3ade

Please sign in to comment.