No upcoming presentations...

    Often in applications, it is necessary to be aware of all changes to your database in order to take additional actions. Prior to PostgreSQL 9.4, this could be accomplished with database-level triggers or hooks in your application code, but these methods have both performance and data consistency tradeoffs.

    In version 9.4, PostgreSQL introduced logical decoding, which provides an interface to...

    @ PostgresConf US 2018

    Apr 20 2018

    Development