select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Security

table_log_pl

PL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagetable_log_pl
Version0.1
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2017-04-05
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgmementoTransaction-based audit trail with schema versioning
tablelogTrigger-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.
cyanauditCyan Audit core extension
table_logrecord table modification logs and PITR for table/row
pgauditprovides auditing functionality
pg-audit-jsonTrigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.
log_entriesRow trigger that records who changed a row and when
pg_sampletologSamples statements or whole transactions into PostgreSQL logs through executor and utility hooks.
ddlaAudit DDL changes with event triggers and queryable log functions
pglogPostgreSQL log via SQL