sraoss / pgsql-ivm

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

Fix log hint message #100

Closed thoshiai closed 4 years ago

thoshiai commented 4 years ago

One error log when creating a immv has been corrected to a more accurate representation.

This changes

ERROR: this query is not allowed on incrementally maintainable materialized view
HINT: WHERE clause only support subquery with EXISTS clause

to

ERROR: this query is not allowed on incrementally maintainable materialized view
HINT: subquery in WHERE clause only supports subquery with EXISTS clause
thoshiai commented 4 years ago

I rechecked this patch, and all regression test is passed. So I marge it.