pg_ivm/expected
Yugo Nagata b4b5ea28fd
Add some qeury checks on subqueries (#49)
Some conditions on view definition that should be prohibited,
for example,

- SELECT ... FROM func(..., (SELECT ... FROM ...), ..) ...;
- SELECT expr(SELECT ... FROM ...) FROM ...;

were not checked. Also, some error messages and the order of
tests are improved.
2023-01-26 16:59:15 +09:00
..
create_immv.out Fix segmentation fault in incorrect view def (#39) 2022-12-15 19:03:49 +09:00
pg_ivm.out Add some qeury checks on subqueries (#49) 2023-01-26 16:59:15 +09:00
refresh_immv.out Improve refresh_immv behavior a bit 2022-06-23 11:33:06 +09:00