Re: Error in exclusion constraint error message (8.5)?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in exclusion constraint error message (8.5)?
Дата
Msg-id 9848.1262460180@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Error in exclusion constraint error message (8.5)?  (Greg Stark <gsstark@mit.edu>)
Список pgsql-bugs
Greg Stark <gsstark@mit.edu> writes:
> But that still seems a bit more complex than ideal. Would it be
> reasonable to have a tinterval() constructor which takes timestamptz
> data types?

No, because that would be encouraging people to use tinterval ;-).
That type needs to die.

If Jeff doesn't finish his range-type stuff soon, maybe a tinterval
replacement that hasn't got a Y2038 problem would be in order.  But
we shouldn't put any more effort into tinterval as such.

(BTW, tinterval hasn't got a gist opclass either, so the constructor
is the least of the missing pieces here.)

            regards, tom lane

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Error in exclusion constraint error message (8.5)?
Следующее
От: "Roman Kononov"
Дата:
Сообщение: BUG #5257: wrong results of SUBSTRING with SQL regular expressions