retrieving keys from a GIN index on a tsvector column in Postgres 9.1?

Поиск
Список
Период
Сортировка
От Chris Esposito
Тема retrieving keys from a GIN index on a tsvector column in Postgres 9.1?
Дата
Msg-id CAF6hsPjHgoHWgsH62JbTiZnqHP0-JqZS7xzVyS+pMC6AfLx4bQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: retrieving keys from a GIN index on a tsvector column in Postgres 9.1?
Re: retrieving keys from a GIN index on a tsvector column in Postgres 9.1?
Список pgsql-general
Hi,
    I've got a collection of documents that I'd like to do some full text searching on in Postgres 9.1, so adding them as the contents of a tsvector and then creating a GIN index on this column seems straightforward enough. My understanding of the GIN index is that the keys used are (depedning on the text search configuration used) either the list of original words or their normalized lexemes from the collection of original documents. However, for other functionality we've developed I'd really like to get that list of keys out of the GIN index to put in another column in a different table for use. Is this possible?

Thanks,
Chris

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: postgresql error while connecting to cluster with pgadmin
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pg_stats in 9.2