Re: Call for 7.5 feature completion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Call for 7.5 feature completion
Date: 2005-08-26 22:20:47
Message-ID: 26237.1125094847@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-26 22:31:11 Re: [HACKERS] Proposed patch to getaddrinfo.c to support
Previous Message Jim C. Nasby 2005-08-26 22:15:20 Re: TODO list comments