pg_ivm/expected
Yugo Nagata 3f33229efe
Use quoted column names in targetlist of subquery substituting modified table (#135)
Fix a bug introduced by 5b8b2f0, which built targetlist of subquery substituting
modified table. When a table has a column whose name includes a capital letter,
incremental view maintenance failed because crafted targetlist contains incorrect
column name which was parsed as lower case.

Isseu #124
2025-05-08 17:09:37 +09:00
..
create_immv.out Change the schema from pg_catalog to pgivm (#116) 2025-02-17 12:07:21 +09:00
create_insert.out Support for PostgreSQL 15 or earlier 2025-03-11 16:24:34 +09:00
create_insert2.out Support for PostgreSQL 15 or earlier 2025-03-11 16:24:34 +09:00
create_insert3.out Support for PostgreSQL 15 or earlier 2025-03-11 16:24:34 +09:00
insert_insert.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00
insert_insert2.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00
insert_insert3.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00
pg_ivm.out Use quoted column names in targetlist of subquery substituting modified table (#135) 2025-05-08 17:09:37 +09:00
refresh_immv.out Change the schema from pg_catalog to pgivm (#116) 2025-02-17 12:07:21 +09:00
refresh_insert.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00
refresh_insert2.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00
refresh_insert3.out Fix potential view inconsistency issues (#121) 2025-03-10 18:26:54 +09:00