mypebble / django-pgviews

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
195 stars 41 forks source link

Feature request: sync_pgviews with no data #57

Open xolan opened 4 years ago

xolan commented 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

Mogost commented 4 years ago

@xolan this library is no longer supported. But there is fork that is supported. You can try to post your request in fork issues.