Creating an index on PostgreSQL 7.4.3

Поиск
Список
Период
Сортировка
От Ardian Xharra (Boxxo)
Тема Creating an index on PostgreSQL 7.4.3
Дата
Msg-id 021001c658da$b97b7af0$6a01a8c0@BOXXO.ARDIAN
обсуждение исходный текст
Ответы Re: Creating an index on PostgreSQL 7.4.3  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hello,
I have a client who is still using the version 7.4.3
and creating an index like this doesn't work:
CREATE INDEX client__ascname__idx  ON client (TO_ASCII(lower(name),'LATIN 1'));
Does exists another way of creating an index in varchar who take on consideration also the accents 
 
Thanks!

 

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: PostgreSQL x Sybase
Следующее
От: "Ets ROLLAND"
Дата:
Сообщение: Couldn't create a database in PG 8.1.3 win32