Re: tsearch2 and bytea

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: tsearch2 and bytea
Дата
Msg-id 20040426182616.GC1580@dcc.uchile.cl
обсуждение исходный текст
Ответ на tsearch2 and bytea  (Gralewski Daniel <ddutra_br@yahoo.com>)
Список pgsql-general
On Tue, Apr 20, 2004 at 02:32:07PM -0700, Gralewski Daniel wrote:

> Does tsearch2 support indexing on bytea column?
>
> I'll have a table where i'll put any kind of file:
> xml, txt, pdf, gif, jpg. And i would like textual
> search on it.

As long as you can come up with text for the files ... what use would be
indexing a PDF, which is mostly compressed information?  Or a JPEG file,
which is only a stream of bits?  You could of course write some
descriptive keywords for images, or extract the whole text from the PDF
with some tool, and index that.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"No hay ausente sin culpa ni presente sin disculpa" (Prov. francés)

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Lang
Дата:
Сообщение: Re: Vb databound
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Index on computed column