Word Indexing - Mailing list pgsql-admin

From Chris Ruprecht
Subject Word Indexing
Date
Msg-id 001001c103bc$d4295ca0$5dd26383@corp.compucom.com
Whole thread Raw
Responses Re: Word Indexing  (Oleg Bartunov <oleg@sai.msu.su>)
List 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 by date:

Previous
From: David Stanaway
Date:
Subject: Re: Problems running postgres on XFS+LVM on Linux
Next
From: Oleg Bartunov
Date:
Subject: Re: Word Indexing