whats the standard text search query? - Mailing list pgsql-general

From Pedro
Subject whats the standard text search query?
Date
Msg-id 9f2d5e960605292046q2fc6234s7e4f25e5e402dbb3@mail.gmail.com
Whole thread Raw
Responses Re: whats the standard text search query?  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-general
I have this small web aplication.
When i used mysql i used to do somthing like:

SELECT * FROM table WHERE name like '%searchstring%' OR description like '%searchstring%';

that doesnt really looks eficient... well... actually it works with no problem.

anyway... what's the standard query for a text search?

thanks in advance

pgsql-general by date:

Previous
From: Chris
Date:
Subject: Re: Status of gist locking in 8.1.3?
Next
From: Michael Glaesemann
Date:
Subject: Re: whats the standard text search query?