Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2ndQuadrant/audit-trigger
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
https://github.com/2ndQuadrant/audit-trigger
Last synced: 2 months ago
JSON representation
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
- Host: GitHub
- URL: https://github.com/2ndQuadrant/audit-trigger
- Owner: 2ndQuadrant
- License: other
- Created: 2013-03-19T05:18:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T00:20:50.000Z (over 1 year ago)
- Last Synced: 2024-08-07T08:09:11.392Z (6 months ago)
- Language: PLpgSQL
- Homepage:
- Size: 14.6 KB
- Stars: 655
- Watchers: 102
- Forks: 241
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Audit: audit.sql
Awesome Lists containing this project
- jimsghstars - 2ndQuadrant/audit-trigger - Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit. (PLpgSQL)
README
A simple, customisable table audit system for PostgreSQL implemented using triggers.
[Here's more information about this project](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.