On Sat, 2025-03-15 at 18:23 -0700, Jeremy Schneider wrote:
> Is the simple answer that functions & clauses related to both time
> zones and character semantics should just all be considered STABLE
> instead of IMMUTABLE?
That was discussed a few times, but:
(a) That doesn't exactly solve the problem, because people still need
indexes on LOWER() or CASEFOLD(); and
(b) If we change IMMUTABLE to mean "returns the same results on every
platform for all time", that would be too strict for many purposes,
like the planner doing constant folding.
I have been thinking about ways we can express the right dependencies,
and I may be making some proposals along those lines.
Regards,
Jeff Davis