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

Fix recreating indexes for materialized views within custom schemas #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fatkodima
Copy link

Fixes #334

When materialized view is created within a custom schema and then we try to update it, the original indexes are not retrieved because of the problem within the used SQL to do that.

@fatkodima fatkodima force-pushed the update_materialized_view-and-schemas branch from 6d1c9ff to 9e47889 Compare July 2, 2022 18:09
@fatkodima fatkodima force-pushed the update_materialized_view-and-schemas branch from 9e47889 to 549e9a3 Compare July 2, 2022 18:11
@fatkodima
Copy link
Author

@derekprior I am sorry for pinging, but can you, please, take a look at this?

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

Successfully merging this pull request may close these issues.

Indexes are not replaced after upgrading a materialised view
2 participants