Word Indexing

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема Word Indexing
Дата
Msg-id 001001c103bc$d4295ca0$5dd26383@corp.compucom.com
обсуждение исходный текст
Ответы Re: Word Indexing  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-admin
Hi all, specially the developers!
 
There is a feature which I would like to see - but which, I suppose, will not make it into PostGreSQL any time soon. It would mean to re-write a lot of the indexing (my guess). It's called 'Word Indexing" and it's functionality would allow something like
 
Select * from text_table
  where text_table.text contains 'Red'
  and   text_table.text contains 'Blue*'
  and   text_table.text not contains 'Green';
 
I actually have an application where this would come in extremely handy. Can anybody give me a clue if this is planned for any time in the foreseeable future?
 
Best regards,
Chris
 

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

Предыдущее
От: David Stanaway
Дата:
Сообщение: Re: Problems running postgres on XFS+LVM on Linux
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Word Indexing