pg_ivm/sql
Yugo Nagata d954439b17 Prevent automatic index creation with set-returning function
Previously, a unique index is automatically created even when
a set-returning function is contained in FROM clause, but this
results in an error due to key duplication. Now, an index is
not created automatically when a relation other than table,
sub-query, or join is contained in FROM clause.

Issue (#99)
2024-12-09 19:46:58 +09:00
..
create_immv.sql Fix segmentation fault in incorrect view def (#39) 2022-12-15 19:03:49 +09:00
pg_ivm.sql Prevent automatic index creation with set-returning function 2024-12-09 19:46:58 +09:00
refresh_immv.sql Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00