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

MATERIALIZED VIEWs: "WITH NO DATA" setting is ignored #182

Open
hi2u opened this issue Jun 4, 2021 · 0 comments
Open

MATERIALIZED VIEWs: "WITH NO DATA" setting is ignored #182

hi2u opened this issue Jun 4, 2021 · 0 comments
Labels

Comments

@hi2u
Copy link

hi2u commented Jun 4, 2021

For materialized views originally created using command:

CREATE MATERIALIZED VIEW
...
WITH NO DATA

The WITH NO DATA part at the end is not retained by migra on the destination database. The setting is ignored, which leaves postgres to use the default of WITH DATA.

Some info on WITH [ NO ] DATA:

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

No branches or pull requests

2 participants