Re: Bug in date arithmetic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in date arithmetic
Дата
Msg-id 8963.1251157686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in date arithmetic  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Bug in date arithmetic  (David Fetter <david@fetter.org>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> I realize I'm in a minority on this, but I would also prefer an error.
> I expect things like
> SELECT "date" + (INTERVAL '1' YEAR)
> to just work.

Uh, I think you're confused.  That certainly works, and I didn't hear
anyone proposing to change it.  The issue is about undecorated literals.
If we start throwing errors for those, the fallout will make the 8.3
implicit-cast changes look like a day at the beach.  I believe that
it would also violate the SQL spec in numerous places --- whether you
like it or not, the concept of context-dependent type resolution is
built into the standard.
        regards, tom lane


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

Предыдущее
От: Paul Matthews
Дата:
Сообщение: Re: Slaying the HYPOTamus
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: 8.5 release timetable, again