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`