Functional Indexes

Поиск
Список
Период
Сортировка
От Bryan White
Тема Functional Indexes
Дата
Msg-id 017801be515a$6e964180$a3f0f6ce@bryan.arcamax.com
обсуждение исходный текст
Список pgsql-sql
The documentation for CREATE INDEX implies that functions are allowed in
index definitions but when I execute:

create unique index idxtest on customer (lower(email));

the result is:

ERROR:  DefineIndex: (null) class not found

Should this work?  Do I have the syntax wrong?

Bryan White
ArcaMax Inc.
Yorktown VA
www.arcamax.com


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

Предыдущее
От: "Tim Perdue, The Des Moines City.net"
Дата:
Сообщение: Re: Performance Question
Следующее
От: Sascha Schumann
Дата:
Сообщение: Re: [SQL] index on aggregate function