Re: More frame options in window functions

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Re: More frame options in window functions
Дата
Msg-id e08cc0401001130437m5e1c7adckaea6acd15f8c8cbf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: More frame options in window functions  (Hitoshi Harada <umi.tanuki@gmail.com>)
Ответы Re: review: More frame options in window functions  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
2010/1/5 Hitoshi Harada <umi.tanuki@gmail.com>:
> 2009/12/31 Hitoshi Harada <umi.tanuki@gmail.com>:
>> Attached is the fix pointed out in the previous CommitFest plus RANGE
>> offset support.
>
> Improved version attached. In this revision I fixed type mismatch case
> like "ORDER BY int4_data RANGE BETWEEN int8_data PRECEDING ...".
>
> Update of comments and fix typos in documents are also included.

Fix some trivial things and synced with HEAD.

I've came up with using "upper" and "lower" instead of "start" and
"end" for window frame bounds. The upper/lower is more beautiful since
two have same length but start/end is used since it was introduced.
Comments?

Regards,


--
Hitoshi Harada

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Incrementally Updated Backups and restartpoints
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: patch to implement ECPG side tracing / tracking ...