whats the standard text search query?

From: Pedro <pedro100(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: whats the standard text search query?
Date: 2006-05-30 03:46:57
Message-ID: 9f2d5e960605292046q2fc6234s7e4f25e5e402dbb3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2006-05-30 03:52:30 Re: whats the standard text search query?
Previous Message Chris 2006-05-30 03:09:11 Re: Status of gist locking in 8.1.3?