Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Ron Mayer wrote:
>> * more sane math with intervals. For example, try:
>> select '0.01 years'::interval, '0.01 months'::interval;
> Added to TODO:
> Fix SELECT '0.01 years'::interval, '0.01 months'::interval;
Arguably, both of those things should be rejected as errors.
What is a fraction of a year? Or a month?
regards, tom lane