sraoss / pgsql-ivm

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

Prohibit rename and unique index creation on IVM columns #75

Closed yugo-n closed 4 years ago

yugo-n commented 4 years ago

When a user make a unique index on __ivm_count__, IVM will fail due to the unique constraint violation, so unique index creation must be prohibited. Also, rename of these columns also causes IVM fails, so must be prohibited, too.

GitHub issues #55

yugo-n commented 4 years ago

Thank you for your review.