sraoss / pgsql-ivm

IVM (Incremental View Maintenance) development for PostgreSQL
Other
129 stars 12 forks source link

Fix check of expressions including aggregetes #122

Closed yugo-n closed 3 years ago

yugo-n commented 3 years ago

If subqueries exitis, the following query was allowed.

SELECT sum(i)/sum(j) FROM (SELECT * FROM r)v