Re: Grouping by date range

Поиск
Список
Период
Сортировка
От Jeffrey Melloy
Тема Re: Grouping by date range
Дата
Msg-id 3F42596D.3030503@visualdistortion.org
обсуждение исходный текст
Ответ на Re: Grouping by date range  (Alexander Litvinov <lan@ac-sw.com>)
Ответы Re: Grouping by date range  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
Alexander Litvinov wrote:

>if you need to handle large number of rows try to add columns with year and
>month, write triggers for filling this columns, make indexes and things
>should be fast.
>
>
Is this the only way to do it?  I was running into this problem, too.
It would be nice if the function indexes could handle things like
'date_part('month', <columname>)

Jeff


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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: 3 way outer join dilemma
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Simulating sequences