tsearch2 and colons or urls

Поиск
Список
Период
Сортировка
От Matthew Terenzio
Тема tsearch2 and colons or urls
Дата
Msg-id 4da45d70cb008659eb170c0b76c176e8@jobsforge.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SELECT count(*) Generating Lots of Write Activity
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: SELECT count(*) Generating Lots of Write Activity