Re: date interpolation

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: date interpolation
Дата
Msg-id 1053916664.279.162.camel@jester
обсуждение исходный текст
Ответ на date interpolation  (Rob Wood <rhwood@dobber.ca>)
Список pgsql-sql
> So far the closest solution I have come up with involves creating a dummy
> table that contains a long list of dates that I can JOIN against in order
> to fill in the interpolated values.  It doesn't work very well, and gets
> slow with large tables.

Looks to me like the perfect candidate for a Set Returning Function.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

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

Предыдущее
От: Rob Wood
Дата:
Сообщение: date interpolation
Следующее
От: Mintoo Lall
Дата:
Сообщение: Using UPPER and TRIM (INDEX usage)