Blogs

Change Data Capture in PostgreSQL. pt.1

If your external systems need to know when data changes in your database, then you need Change Data Capture. Here we outline a simple way of detecting changes and notifying the application server of said changes using PostgreSQL’s LISTEN and NOTIFY.