Open xolan opened 4 years ago
Add a switch to allow creating the table itself without data.
This is supported via https://www.postgresql.org/docs/12/sql-creatematerializedview.html
I.e. CREATE MATERIALIZED VIEW table_name AS query WITH NO DATA
CREATE MATERIALIZED VIEW table_name AS query WITH NO DATA
@xolan this library is no longer supported. But there is fork that is supported. You can try to post your request in fork issues.
Add a switch to allow creating the table itself without data.
This is supported via https://www.postgresql.org/docs/12/sql-creatematerializedview.html
I.e.
CREATE MATERIALIZED VIEW table_name AS query WITH NO DATA