sql: support non-materialized VIEWs #2971
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
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
).The text was updated successfully, but these errors were encountered: