Creating case insensative Index

Поиск
Список
Период
Сортировка
От Vince DiCiero
Тема Creating case insensative Index
Дата
Msg-id 000701bf2044$87ad26c0$3600a8c0@home.com
обсуждение исходный текст
Список pgsql-general
I am receiving  the following errors on creating an index using lower() on a
varchar field

db1=> create index fieldindexlower on table1(lower(fieldvalue) varchar_ops);
ERROR:  BuildFuncTupleDesc: function 'lower(varchar)' does not exist


Do I need to convert the field to "text" or are there other options ?

Thanks,
Vince


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

Предыдущее
От: mfb@radical-solutions.co.uk (Mike Brickman)
Дата:
Сообщение: Re: [GENERAL] Windows Server?
Следующее
От: "Tim Joyce"
Дата:
Сообщение: QUERY PLAN: