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

Relax CAggs JOIN restrictions #7111

Merged

Commits on Jul 15, 2024

  1. Relax CAggs JOIN restrictions

    Remove some Continuous Aggregates JOIN restrictions by allowing:
    * INNER/LEFT join;
    * LATERAL join;
    * JOIN between 1 hypertable and N tables, foreign tables, views or
      materialized views;
    * Remove restriction of only ONE equality operator on JOIN clause.
    fabriziomello committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1b62a3f View commit details
    Browse the repository at this point in the history