Re: Full Text Indexing and Syntax

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>
Cc: flood <bfd3000(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Full Text Indexing and Syntax
Date: 2006-03-01 03:07:16
Message-ID: 44050FE4.5060301@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>
>> EXPLAIN
>> SELECT t1.id, t2.id
>> FROM test1 t1, test2 t2
>> WHERE lower( t1.keyword ) ~ ( lower ( '^' || t2.article ));
>
> It doesn't appear that you're using tsearch2. PostgreSQL does not
> include full text search in the basic installation. Have you installed
> tsearch2?
Which is included in the PostgreSQL contrib....

Joshua D. Drake

>
> Michael Glaesemann
> grzm myrealbox com
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl - http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2006-03-01 04:07:13 Re: majordomo unmaintained, postmaster emails ignored?
Previous Message Michael Glaesemann 2006-03-01 02:59:06 Re: Full Text Indexing and Syntax