select open change scope Open full search

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

Extensions / Security

log_entries

Row trigger that records who changed a row and when

pgext.cloud · Source code · Control file

Overview

Packagelog_entries
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2016-03-20
Catalogue updated2026-08-30

Related extensions

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.
pg-audit-jsonTrigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs.
table_logrecord table modification logs and PITR for table/row
table_log_plPL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension.
supa_auditTrigger-based table audit history with stable UUID record identities and JSONB row versions.
pg_auditAn extension for creating audit tables
pg_dbo_timestampPostgreSQL extension for storing time and author of database structure modification.