Full text indexing of documents

Поиск
Список
Период
Сортировка
От Leo
Тема Full text indexing of documents
Дата
Msg-id 000601c87240$11413a60$232401c8@leo
обсуждение исходный текст
Ответы Re: Full text indexing of documents  ("Rodrigo E. De León Plicet" <rdeleonp@gmail.com>)
Список pgsql-novice
How can I create the tsvector data for large text files WITHOUT loading the text into a column of the DB?
I did it using 2 tables (one with the text inserted with a perl program) and copying the tsvectors and removing the table with the text, but it is not easy to add data this way.
The text files are "frozen" HTML documents so I don't need a trigger to update the tsvector, all I store is a URL of the text.
So what I need  is a way to point to a file (maybe there is a special data type?) and create the tsvector from the document.

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Populating an array from a select statement
Следующее
От: John Gunther
Дата:
Сообщение: Re: Populating an array from a select statement