-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc3bb4d
commit fdc3ade
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |