Re: BLOB & Searching

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: BLOB & Searching
Дата
Msg-id 448F6CE3.6040302@commandprompt.com
обсуждение исходный текст
Ответ на Re: BLOB & Searching  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
Jim C. Nasby wrote:
> On Mon, Jun 12, 2006 at 02:44:34PM -0700, jdwatson1@gmail.com wrote:
>> 1. How can I store the word doc's in the DB, would it be best to use a
>> BLOB data type?
>
> Use a bytea field.
>
>> 2. Does Postgres support full text searching of a word document once it
>
> Nope.

Not natively. It would however be possible to use one of the .doc libs
out there to read the binary document and run it through a parser and
feed that to Tsearch2.

Sincerely,

Joshua D. Drake



--

             === The PostgreSQL Company: Command Prompt, Inc. ===
       Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
       Providing the most comprehensive  PostgreSQL solutions since 1997
                      http://www.commandprompt.com/



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

Предыдущее
От: Trent Shipley
Дата:
Сообщение: Re: postgres vs. oracle for very large tables
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: postgres vs. oracle for very large tables