sraoss / pg_ivm

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

aggregate function with some options is not supported ? #87

Open yjhjstz opened 1 month ago

yjhjstz commented 1 month ago
-- aggregate function with some options is not supported
SELECT create_immv('mv_ivm18', 'SELECT COUNT(DISTINCT i)  FROM mv_base_a');

I want to know why COUNT(DISTINCT i) not supported ?