PL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension.
pgext.cloud · Source code · Documentation · Control file
| Package | table_log_pl |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2017-04-05 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmemento | Transaction-based audit trail with schema versioning |
| 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. |
| cyanaudit | Cyan Audit core extension |
| table_log | record table modification logs and PITR for table/row |
| pgaudit | provides auditing functionality |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |
| log_entries | Row trigger that records who changed a row and when |
| pg_sampletolog | Samples statements or whole transactions into PostgreSQL logs through executor and utility hooks. |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pglog | PostgreSQL log via SQL |