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

sql: support non-materialized VIEWs #2971

Closed
petermattis opened this issue Oct 30, 2015 · 1 comment
Closed

sql: support non-materialized VIEWs #2971

petermattis opened this issue Oct 30, 2015 · 1 comment
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone

Comments

@petermattis
Copy link
Collaborator

Non-materialized views are essentially a form of query rewriting (PostgreSQL seems to implement them this way). There might be complexities surrounding view schema changes (e.g. ALTER VIEW).

@petermattis petermattis added this to the 1.0 milestone Oct 30, 2015
@petermattis petermattis added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) and removed SQL labels Feb 13, 2016
@bdarnell
Copy link
Contributor

As noted in #5957, when we support views will will also have to support the CASCADE and RESTRICT options on various DROP and TRUNCATE commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

3 participants