some more minor incompatibilties 7.2 <-> 7.3

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема some more minor incompatibilties 7.2 <-> 7.3
Дата
Msg-id 200210020802.46789.mweilguni@sime.com
обсуждение исходный текст
Ответ на Re: floor function in 7.3b2  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: some more minor incompatibilties 7.2 <-> 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I noticed some other minor differences between 7.2 and 7.3:
* 7.2: select now() + '1 minute'::timespan => works
* 7.2: select now() + '1 minute'::reltime => works
* 7.3: select now() + '1 minute'::timespan => does not work (Type "timespan" does not exist)
* 7.3  select now() + '1 minute'::reltime => works

So timespan is no longer supported I guess, but reltime will work as well. Is there a compatibility or migration
sectionin the documentation that might help users to handle this? 
Maybe we can collect such reports and prepare a upgrade tutorial?

Regards,Mario



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

Предыдущее
От: Yury Bokhoncovich
Дата:
Сообщение: Re: 7.2.3 patching done
Следующее
От: Mario Weilguni
Дата:
Сообщение: int type problem in 7.3