sraoss / pgsql-ivm

IVM (Incremental View Maintenance) development for PostgreSQL
Other
129 stars 12 forks source link

pg_dump/restore support #17

Closed thoshiai closed 4 years ago

thoshiai commented 5 years ago

Currently, CREATE INCREMENTAL MATERIALIZED VIEW statement is not supported by pg_dump. If we dump matview with IVM, it will become normal materialiaed view(not IVM).

tatsuo-ishii commented 5 years ago

This should be fixed. Added to the open items list. https://github.com/sraoss/pgsql-ivm/wiki/Open-items-for-the-first-cut-of-IVM-patches