[8.1.4] Create index on timestamp fails

Поиск
Список
Период
Сортировка
От Arturo Perez
Тема [8.1.4] Create index on timestamp fails
Дата
Msg-id 4AA304A4DBB6414199F18D7E324EBDE9016C04BF@HAYES3.HAYESINC.ORG
обсуждение исходный текст
Ответы Re: [8.1.4] Create index on timestamp fails
Re: [8.1.4] Create index on timestamp fails
Список pgsql-general

Hi all,

Using postgresql 8.1.4....

I have a table with an column:
        entry_date | timestamp with time zone| not null

And when I try to create an index on it like so:
        create index entry_date_idx on user_tracking(date_part('year',entry_date));

I get a
        ERROR: functions in index expression must be marked IMMUTABLE

According to the mailing lists, this has been working since 7.4.  What am I doing wrong?

tia,
arturo

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

Предыдущее
От: marcelo Cortez
Дата:
Сообщение: Re: trigger help
Следующее
От: "gao iqiang"
Дата:
Сообщение: unique constraint when updating tables