Re: BUG #12872: Inconsistent processing of interval values

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #12872: Inconsistent processing of interval values
Дата
Msg-id 20150317194545.GF10492@momjian.us
обсуждение исходный текст
Ответ на BUG #12872: Inconsistent processing of interval values  (jan.mate@inf-it.com)
Ответы Re: BUG #12872: Inconsistent processing of interval values  (Ján Máté <jan.mate@inf-it.com>)
Список pgsql-bugs
On Mon, Mar 16, 2015 at 11:03:52PM +0000, jan.mate@inf-it.com wrote:
> works, but:
>
> testdb=> SELECT (now()-' +5 days -12 hours -1 second +1 day'::interval) AS
> tstz;
> ERROR:  invalid input syntax for type interval: " +5 days -12 hours -1
> second +1 day"
> LINE 1: SELECT (now()-' +5 days -12 hours -1 second +1 day'::interva...
>
> generates an error. Yes, I understand that writing '+5 days +1 day' is
> "stupid" but it conforms the syntax in the documentation.

Well, I think we have always had that restriction, and you are the first
person to mention it.  Are you thinking we should document this
limitation?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #12862: Bug in intarray extension operators (using generic selectivity estimators instead of array oriented)
Следующее
От: Asif Naeem
Дата:
Сообщение: Re: pg_upgrade failure on Windows Server