sraoss / pgsql-ivm

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

LIMIT/OFFSET clause is not allowd with IVM #63

Closed thoshiai closed 4 years ago

thoshiai commented 4 years ago

Add restriction of IVM. LIMIT and OFFSET clause can't use incremantal view maintanance. In addition, add a discription of IVM restriction.

This issue is reported by nuko-san in issue #62

yugo-n commented 4 years ago

This seems good. Thanks