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

From Tom Lane
Subject Re: BUG #1518: Conversions to (undocumented) SQL year-month and
Date
Msg-id 7207.1111595041@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #1518: Conversions to (undocumented) SQL year-month and  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: BUG #1518: Conversions to (undocumented) SQL year-month and
List pgsql-bugs
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

            regards, tom lane

pgsql-bugs by date:

Previous
From: Simon Riggs
Date:
Subject: Re: BUG #1552: massive performance hit between 7.4 and 8.0.1
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #1518: Conversions to (undocumented) SQL year-month and