sraoss / pgsql-ivm

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

Add restriction of Having and ORDER BY clauses #37

Closed thoshiai closed 5 years ago

thoshiai commented 5 years ago

At this patch, raise an error when ORDER BY is used. But REFRESH CONCURRENTLY don't return an error though it has same problem. So, in the future, we may lower error level from ERROR to WARNING when ORDER BY is used.

This fix is related to issue #29.

yugo-n commented 5 years ago

Ok, thanks!