Word Indexing

From: "Chris Ruprecht" <chrup999(at)yahoo(dot)com>
To: "p-admin" <pgsql-admin(at)postgresql(dot)org>
Subject: Word Indexing
Date: 2001-07-03 12:36:48
Message-ID: 001001c103bc$d4295ca0$5dd26383@corp.compucom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Oleg Bartunov 2001-07-03 14:04:01 Re: Word Indexing
Previous Message Jean-Sébastien ANDUJAR 2001-07-03 10:26:50 replication