I have some hard to compute materialized views, which I want to be able to backup and restore using the actual stored data, and not by recomputing.
Is it possible in PostgreSQL 9.4?
(the alternative is to create actual tables, but they are harder to "refresh")