pg_ivm/expected
Yugo Nagata 79d4b13ba1
Fix comment typo and test for aggregates without GROUP BY (#24)
We usually try to create a unique index on an IMMV for both
performance and constraint reasons. However, we don't need
such index for an aggregate view without GROUP BY because
it has always only one row. Also, we don't need to raise
NOTICE message to suggest to create an index.

This change was mistakenly introduced in cfe9491e6b,
but it should have been a separate commit. In this commit,
a typo and tests are fixed.
2022-09-28 16:02:53 +09:00
..
create_immv.out Add refresh_immv() function 2022-06-16 03:06:47 +09:00
pg_ivm.out Fix comment typo and test for aggregates without GROUP BY (#24) 2022-09-28 16:02:53 +09:00
refresh_immv.out Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00