find sudstring on text (data type) field failure

Поиск
Список
Период
Сортировка
От pantelis vlachos
Тема find sudstring on text (data type) field failure
Дата
Msg-id CAAYHi_cTqLi9iP_x6_5pV+Jd+wYD2Ak08bF--0oJGk0yqUSUaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: find sudstring on text (data type) field failure  (Craig Ringer <craig@2ndQuadrant.com>)
Re: find sudstring on text (data type) field failure  (Achilleas Mantzios <achill@smadev.internal.net>)
Список pgsql-sql
I was trying to find a substring on a text (data type) column like 'cat foo dog ...'. <br />I use the query below<br
/>SELECTid FROM table WHERE name LIKE '% foo %';<br />Sometimes the query return with nTuples=0 but there are matching
rows.<br/> On retry, the query return with expected results. Any ideas;<br /><br />(postgres ver 9.2, libpq - C
Library)<br/> 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Date Index
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: find sudstring on text (data type) field failure