sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
990 stars 27 forks source link

Support simple subquery #17

Closed thoshiai closed 2 years ago

thoshiai commented 2 years ago

This can support simple subquery in FROM. And can't support aggregate functions and DISTINCT clause in nested subquery.

thoshiai commented 2 years ago

thank you for review. I fix it