Hacker News new | ask | show | jobs
by nehan 4224 days ago
re: materialized views -- you can kind of fake them in PostgreSQL by creating a view, populating it, and then defining triggers on insert, delete, and updates to your source tables.