Re: LIKE upper('%$info%') -- (like google) - Mailing list pgsql-novice

From Johan Daine
Subject Re: LIKE upper('%$info%') -- (like google)
Date
Msg-id 3B0FF95B.8BFDE095@wanadoo.be
Whole thread Raw
In response to LIKE upper('%$info%') -- (like google)  (Patrick Coulombe <pcoulombe@mediacces.com>)
List pgsql-novice
Patrick Coulombe wrote:

> how can i search my database like a search engine (ie google).
>
> -- $info= patrick coulombe
> -- select distinct * from friends where upper(name) LIKE upper('%$info%')
>
> i want postgresql to find :
>
> -- patrick lefevre
> -- coulombe caroline
> -- patrick coulombe
> -- coulombe patrick
>
> you get the idea...
> thank you :)
> patrick
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

You might have a look at the regular expressions:
http://postgresql.mirror.easynet.be/users-lounge/docs/7.1/user/functions-matching.html#FUNCTIONS-REGEXP

http://www.opengroup.org/onlinepubs/7908799/xbd/re.html

Good luck
--
           _/    /_/_/_/            Johan Daine
          _/    /_/    _/           mailto:isis@wanadoo.be
         _/    /_/    _/            http://thot.dyndns.org:6080
        _/    /_/    _/
       _/    /_/    _/
 /_/_/_/    /_/_/_/



pgsql-novice by date:

Previous
From: Patrick Coulombe
Date:
Subject: LIKE upper('%$info%') -- (like google)
Next
From: GCS
Date:
Subject: Table joining problem.