Reputation: 7270
Is it possible to use a materialized view on top of a foreign table with postgresql_fdw? (Postgres 9.3)
Currently thinking of some kind of "caching" for postgresql_fdw.
Upvotes: 2
Views: 1551
Reputation: 7270
View can be updated by REFRESH MATERIALIZED VIEW
. No real need for external triggering.
Upvotes: 1