I can of course do that already manually, but it is tedious and I hope it will be faster if implemented directly.
This lets me materialize a view and then inspect deltas between refreshes, with history, and even update the materialized view from triggers and have those changes recorded in a history table automatically.
http://clarkdave.net/2015/02/historical-records-with-postgre...
https://pgxn.org/dist/temporal_tables/
I can of course do that already manually, but it is tedious and I hope it will be faster if implemented directly.