Useful PostgreSQL Stuff

Extensions

In case you want to Incrementally refresh materialized views then you can take a look at pg_ivm extension https://github.com/sraoss/pg_ivm

Another useful extension is pg_listen or pgsidekick to listen for any changes and execute commands based on an action https://github.com/wttw/pgsidekick

Leave a comment