Re: [SQL] Select like when searching for whole word and optimizing it

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michal Samek <webmaster(at)tony(dot)cz>
Cc: pgsql-sql <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Select like when searching for whole word and optimizing it
Date: 1999-06-09 14:43:36
Message-ID: 28834.928939416@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Michal Samek <webmaster(at)tony(dot)cz> writes:
> Maybe there is some better way to search for the whole word?

I think you want to build a secondary table and search that.
Take a look at the stuff in contrib/fulltextindex; it may solve your
problem as-is, and if not you can probably adapt it to your needs...

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message Nikolay Mijaylov 1999-06-09 15:40:05 Re: [SQL] automatic incrementation
Previous Message Ingrith Andrea Correa Vargas 1999-06-09 14:11:54