Re: tsearch -- regular expressions?

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: tsearch -- regular expressions?
Дата
Msg-id Pine.GSO.4.44.0208062122270.18973-100000@ra.sai.msu.su
обсуждение исходный текст
Ответ на tsearch -- regular expressions?  ("Amancio Hasty, Jr" <amanciohasty@attbi.com>)
Ответы Re: tsearch -- regular expressions?
Список pgsql-hackers
On Mon, 5 Aug 2002, Amancio Hasty, Jr wrote:

> I am wondering if the contrib module tsearch supports reqular expressions

currently no. I'd imagine we could add support of LIKE to tsearch but
without index support

> and
> if it has any kind of indexing over the stored text data like for instance
> a suffix trie?

no, suffix trie is not a balanced tree, while GiST is a height balanced.


>
>     Tnks
>     Amancio
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: apply patch for contrib/intarray (CVS)
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: PITR, checkpoint, and local relations