FTS don't work

Поиск
Список
Период
Сортировка
От Martins Zarins
Тема FTS don't work
Дата
Msg-id 3BBAE650.29990.A7CD914@localhost
обсуждение исходный текст
Ответы Race condition in 7.1.2?  (Steve Frampton <frampton@LinuxNinja.com>)
Список pgsql-admin
Hi, all!

There is one full text search solution contributed with postgres
source (I use 7.1.3). And there is sed that

select id from fti where string ~ '^substring'

will use indexes.
But it don't.

As I find out index works only if I search like
SELECT id from fti where string = 'string';

How can I search for strings like 'strin%' and use index?


Mark

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

Предыдущее
От: "Michael B. Babakov"
Дата:
Сообщение: How to make 'tail -f' in PostgreSQL?
Следующее
От: Steve Frampton
Дата:
Сообщение: Race condition in 7.1.2?