Re: Bug in date arithmetic

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Bug in date arithmetic
Дата
Msg-id 20090824203529.GL5896@fetter.org
обсуждение исходный текст
Ответ на Re: Bug in date arithmetic  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
On Mon, Aug 24, 2009 at 09:13:09PM +0100, Greg Stark wrote:
> On Mon, Aug 24, 2009 at 8:27 PM, David Fetter<david@fetter.org> wrote:
> > I'm thinking that the unknown literal here should just cause an
> > error in the case of '+'.  Same with '-', for what it's worth.
> 
> That would make a lot of people very unhappy. They expect things
> like
> 
> select date + '1 year'
> 
> to just work.

We broke a lot more things than this when we got rid of implicit casts
to TEXT. :)

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in date arithmetic
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 8.5 release timetable, again