Re: SELECT woes

From: Kevin Waterson <kevin(at)oceania(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: SELECT woes
Date: 2003-09-02 09:58:29
Message-ID: 20030902195829.468bde2b.kevin@oceania.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

This one time, at band camp, Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org> wrote:

> Yuck.
>
> My suggestion would be to install the tsearch or tsearch2 module, and
> modify the on-insert trigger to include the contents of all the fields
> in your table. There are examples in the tsearch readme, but you can
> set the trigger on multiple columns. Then that query would probably be
> very fast and would turn into
> select * from table where master_idx ## 'my|name|is|bill'
> You can also do more powerful levels of grouping and boolean logic.
> Jeff
> On Tuesday, September 2, 2003, at 02:51 AM, Kevin Waterson wrote:

Then it would not be compatible with other databases.

Kind regards
Kevin

--
______
(_____ \
_____) ) ____ ____ ____ ____
| ____/ / _ ) / _ | / ___) / _ )
| | ( (/ / ( ( | |( (___ ( (/ /
|_| \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rasputin 2003-09-02 10:16:05 Re: SELECT woes
Previous Message Kevin Waterson 2003-09-02 07:51:33 SELECT woes