PostgreSQL Change Data Capture with Logical Decoding and Event Triggers
Introduction to PostgreSQL Change Data Capture and Auditing When I first started adding auditing to PostgreSQL applications, I did what most developers do: I threw together a few AFTER triggers and a generic audit_log table. It worked for a while,… Read More »PostgreSQL Change Data Capture with Logical Decoding and Event Triggers

