sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
854 stars 24 forks source link

Fix automatic index creation to support subqueries #46

Closed yugo-n closed 1 year ago

yugo-n commented 1 year ago

Previously, when a subquery is used a unique index could not be created even if all primary key attributes appear in the target list.