New feature: accumulative functions.

Поиск
Список
Период
Сортировка
От pasman pasmański
Тема New feature: accumulative functions.
Дата
Msg-id CAOWY8=aNHa_9+T7Uh=NO5q86u+Y292aD_e6Bq6fsBf0WOdrnPA@mail.gmail.com
обсуждение исходный текст
Ответы Re: New feature: accumulative functions.
Re: New feature: accumulative functions.
Re: New feature: accumulative functions.
Список pgsql-general
Hi.

I propose to add "accumulative" flag to a function definition. This
flag would be set for function f(x) which is accumulative and
immutable.

This flag allows to use an index on  x for clauses containing f(x):

where f(x) = const
where f(x) > const

and so on.



--
------------
pasman

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: looking for a faster way to do that
Следующее
От: David Johnston
Дата:
Сообщение: Re: (another ;-)) PostgreSQL-derived project ...