Re: Can this query be optimized?

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: Can this query be optimized?
Дата
Msg-id 20011108140051.B11680@rice.edu
обсуждение исходный текст
Ответ на Re: Can this query be optimized?  (Claus Heiko Niesen <cniesen@gmx.net>)
Список pgsql-sql
On Thu, Nov 08, 2001 at 01:19:25PM -0600, Claus Heiko Niesen wrote:
> At 10:49 AM 11/08/2001, Josh wrote:
> 
> I just tried to build an index to see what the explain path would do but I 
> get an error on the word extract:
> 
> # create index week_pics_month_key on week_pics (extract(year from 
> time_stamp), extract(month from time_stamp));
> ERROR:  parser: parse error at or near "extract"

It's erroring on the second use of extract(). You can have multicolumn
indices, or you can have functional indices. You can't have a
multifunctional index (right now. I have'nt looked at the code to
see why.)

Ross


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

Предыдущее
От: Claus Heiko Niesen
Дата:
Сообщение: Re: Can this query be optimized?
Следующее
От: Oleg Lebedev
Дата:
Сообщение: substring replacement