Audits insert, update, and delete operations on PostgreSQL tables.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_audit |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2017-01-14 |
| Catalogue updated | 2026-08-30 |
| pgmemento | Transaction-based audit trail with schema versioning |
| pgaudit | provides auditing functionality |
| tablelog | Trigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL. |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |
| table_log | record table modification logs and PITR for table/row |
| supa_audit | Trigger-based table audit history with stable UUID record identities and JSONB row versions. |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pg_audit | An extension for creating audit tables |