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

Support PostgreSQL/openGauss create view, alter view and drop view statements with single table #16771

Merged
merged 5 commits into from Apr 13, 2022

Conversation

strongduanmu
Copy link
Member

@strongduanmu strongduanmu commented Apr 12, 2022

Fixes #16770.

Changes proposed in this pull request:

  • add AlterViewStatementSchemaRefresher to handle alter view statement schema refresh
  • optimize CreateViewStatementSchemaRefresher logic
  • remove useless CreateViewStatementHandler

@strongduanmu strongduanmu added this to the 5.1.2 milestone Apr 12, 2022
@strongduanmu strongduanmu changed the title Support PostgreSQL create view, alter view and drop view statements with single table Support PostgreSQL/openGauss create view, alter view and drop view statements with single table Apr 12, 2022
@tristaZero tristaZero merged commit 5bb77ec into apache:master Apr 13, 2022
@strongduanmu strongduanmu deleted the issues-16770-dev branch April 13, 2022 02:19
@tuichenchuxin tuichenchuxin mentioned this pull request Aug 18, 2022
5 tasks
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.

Need to support PostgreSQL create view, alter view and drop view statements with single table
2 participants