On Tue, 23 Jun 2026 at 08:49, Jeevan Chalke <[email protected]> wrote: > > PRODUCT() returns the product of all non-null input values. It is defined for > int2, int4, int8, float4, float8 and numeric input, and always returns > numeric.
I don't think that you need to define it for all those types. I suspect that you could just define it for numeric and float8, and let implicit casting do the rest. Regards, Dean
