pg_ivm/sql
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.sql Change the schema from pg_catalog to pgivm (#116) 2025-02-17 12:07:21 +09:00
pg_ivm.sql Use quoted column names in targetlist of subquery substituting modified table (#135) 2025-05-08 17:09:37 +09:00
refresh_immv.sql Change the schema from pg_catalog to pgivm (#116) 2025-02-17 12:07:21 +09:00