tsearch2 and colons or urls - Mailing list pgsql-general

From Matthew Terenzio
Subject tsearch2 and colons or urls
Date
Msg-id 4da45d70cb008659eb170c0b76c176e8@jobsforge.com
Whole thread Raw
List pgsql-general
I'm trying to do a full text search for URL's stored in a table.

SELECT *,headline(description,q), rank(vectors,q) FROM bb_item,
to_tsquery('http://www.yahoo.com') AS q WHERE vectors @@ q ORDER BY
rank(vectors,q) DESC LIMIT 10 OFFSET 0

I get a general syntax error. I know it;s the colon in the URL causing
it, but what is the wise solution. ( Other than drop the http:// )


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT count(*) Generating Lots of Write Activity
Next
From: Douglas McNaught
Date:
Subject: Re: SELECT count(*) Generating Lots of Write Activity