Re: Full-text searching and/or word indexing - Mailing list pgsql-novice

From Brett W. McCoy
Subject Re: Full-text searching and/or word indexing
Date
Msg-id Pine.LNX.4.10.10006260646060.783-100000@chapelperilous.net
Whole thread Raw
In response to Full-text searching and/or word indexing  (Thomas Weholt <Thomas@cintra.no>)
List pgsql-novice
On Mon, 26 Jun 2000, Thomas Weholt wrote:

> I want to use full text searching on my PostgreSQL 7.0.2 database. Ok, to be
> exact I want to somehow be able to type the word
> alien and get a record set containing "Alien", "Alien 3" and "Alien
> Resurection". ( "Aliens" could should also be returned but that would
> probably take more time, so I`ll go with plain hits to begin with. )

Look in the contrib directory under your source tree for Postgres, and
you'll see a library that does full-text indexing.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Take your work seriously but never take yourself seriously; and do not
take what happens either to yourself or your work seriously.
        -- Booth Tarkington


pgsql-novice by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: Full-text searching and/or word indexing
Next
From: Ryan Ho
Date:
Subject: How to install perl module without root access