Re: Restriction of windows functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Restriction of windows functions
Дата
Msg-id 29323.1466172072@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Restriction of windows functions  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Restriction of windows functions  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers
Konstantin Knizhnik <k.knizhnik@postgrespro.ru> writes:
> ERROR:  RANGE PRECEDING is only supported with UNBOUNDED
> Is there some principle problem in implementing such kind of window?

There was such code in the original windowagg patch and it got rejected
as being too broken.  Please consult the archives.

> Certainly it assumes that window is ordered by key and the key type 
> supports subtraction, so "text" can not be used here.

IIRC, the sticking point was defining a reasonably datatype-independent
(i.e. extensible) notion of distance.
        regards, tom lane



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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: MultiXactId error after upgrade to 9.3.4
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Should phraseto_tsquery('simple', 'blue blue') @@ to_tsvector('simple', 'blue') be true ?