pg_ivm/expected
Yugo Nagata 1b4fb57774
Prohibit types without default btree opclass in the target list (#67)
Currently, types that does not have an equality operator cannot
be used in the target list of the view definition, because all
of target list entries are used for comparison to identify rows
to be updated or deleted in the view. Previously, an error is
raised at the time such view is incrementally maintained, this
is fixed to check that at the view creation time.

This restriction may be relaxed in future after we can use an
index to identify rows in the view.

Issue #61
2023-08-31 21:06:23 +09:00
..
create_immv.out Fix segmentation fault in incorrect view def (#39) 2022-12-15 19:03:49 +09:00
pg_ivm.out Prohibit types without default btree opclass in the target list (#67) 2023-08-31 21:06:23 +09:00
refresh_immv.out Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00