Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to create materialized views without data #46

Open
Mogost opened this issue Mar 18, 2019 · 0 comments
Open

Allow to create materialized views without data #46

Mogost opened this issue Mar 18, 2019 · 0 comments

Comments

@Mogost
Copy link

Mogost commented Mar 18, 2019

Please make it possible to create materialized view without data by using WITH NO DATA parameter (optional).
https://www.postgresql.org/docs/9.5/sql-creatematerializedview.html

WITH [ NO ] DATA
This clause specifies whether or not the materialized view should be populated at creation time. If not, the materialized view will be flagged as unscannable and cannot be queried until REFRESH MATERIALIZED VIEW is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant