Re: BUG #1518: Conversions to (undocumented) SQL year-month and - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #1518: Conversions to (undocumented) SQL year-month and
Date
Msg-id 200503231638.j2NGcW907440@candle.pha.pa.us
Whole thread Raw
In response to Re: BUG #1518: Conversions to (undocumented) SQL year-month and  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #1518: Conversions to (undocumented) SQL year-month and  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > OK, here are the TODO items I have created:
>
> >   * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND
> >   * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH
>
> That example might better read, say,
>
>    * Add support for ANSI date INTERVAL syntax, INTERVAL '2005-3' YEAR TO MONTH

Uh, I thought about that, but we are talking about an interval here, not
a year, so 2005 years seems like a strange number of years to span.  I
will change it to 9-7 or something so it doesn't match the line above.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1518: Conversions to (undocumented) SQL year-month and
Next
From: Tom Lane
Date:
Subject: Re: BUG #1518: Conversions to (undocumented) SQL year-month and