Re: full text index / search

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: full text index / search
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C20808CB96@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на full text index / search  (Philipp Kraus <philipp.kraus@flashpixx.de>)
Ответы Re: full text index / search  ("Tomas Vondra" <tv@fuzzy.cz>)
Список pgsql-general
Philipp Kraus wrote:
> I have created a table with a text field under PG 9.1, that should
store source codes. I would like to
> search in this text field with regular expressions. I think I need a
full-text-index, do I?
> How can I create this index, do I need some additional extensions? The
PG server runs under OSX
> (installed on the DMG package).

A full text index won't help you with regular expressions.
It will only help with full text search using the match operator @@.

Yours,
Laurenz Albe

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

Предыдущее
От: Léa Massiot
Дата:
Сообщение: Re: Starting a cluster as a service
Следующее
От: "Tomas Vondra"
Дата:
Сообщение: Re: full text index / search