sraoss / pgsql-ivm

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

CTE support #8

Open thoshiai opened 5 years ago

thoshiai commented 5 years ago

Currenty, CTE(WITH clause) is not supported by IVM.

yugo-n commented 3 years ago

Now, simple CTEs that contain only selection, projection, and inner join are supported. Other CTEs are still unsupported.