Tsvector editing functions

Поиск
Список
Период
Сортировка
От Stas Kelvich
Тема Tsvector editing functions
Дата
Msg-id DBD45805-968D-48B1-992A-79F8AC7D3140@postgrespro.ru
обсуждение исходный текст
Ответы Re: Tsvector editing functions  (Robert Haas <robertmhaas@gmail.com>)
Re: Tsvector editing functions  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Hello.

There is patch that adds some editing routines for tsvector type.

tsvector delete(tsvector, text)
    removes entry from tsvector by lexeme name
set unnest(tsvector)
    expands a tsvector to a set of rows. Each row has following columns: lexeme, postings, weights.
text[] to_array(tsvector)
    converts tsvector to array of lexemes
tsvector to_tsvector(text[])
    converts array of lexemes to tsvector




Stas Kelvich
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: factor out encoding dependent json/jsonb regression tests
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: Multi-tenancy with RLS