Re: select .. like ignore case

Поиск
Список
Период
Сортировка
От Marcin Gil
Тема Re: select .. like ignore case
Дата
Msg-id 3FE2C51B.2000006@audax.com.pl
обсуждение исходный текст
Ответ на Re: select .. like ignore case  (MaFa <mafalista@freemail.hu>)
Список pgsql-novice
MaFa wrote:

> select * from customers where upper(name) like '%JOHN%'
Thanks. I found that >>select * from documents where body ~ some_text'<<
also gives good results. I am only concerned about its effectiveness.

> **Full-text indexing is a whole other thing...
I've looked quite a bit at tsearch2.. too complicated for me for now.

--
   Marcin Gil
   marcin.gil @ audax.com.pl, tel. 694972082
   OIS Audax Sp. z o.o., ul. Barlickiego 4, 97-200 Tomaszów Mazowiecki
   tel/fax (44) 7247530, 7244401



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

Предыдущее
От: Patrice Durosay
Дата:
Сообщение: Re: Can't create lock file /tmp/.s.PGSQL.5432.lock
Следующее
От: Marcin Gil
Дата:
Сообщение: Re: select .. like ignore case