whats the standard text search query?

Поиск
Список
Период
Сортировка
От Pedro
Тема whats the standard text search query?
Дата
Msg-id 9f2d5e960605292046q2fc6234s7e4f25e5e402dbb3@mail.gmail.com
обсуждение исходный текст
Ответы Re: whats the standard text search query?  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
I have this small web aplication.
When i used mysql i used to do somthing like:

SELECT * FROM table WHERE name like '%searchstring%' OR description like '%searchstring%';

that doesnt really looks eficient... well... actually it works with no problem.

anyway... what's the standard query for a text search?

thanks in advance

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: Status of gist locking in 8.1.3?
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: whats the standard text search query?