Re: tsvector extraction patch

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: tsvector extraction patch
Дата
Msg-id 603c8f070907020752j30f205ady56087eeb2d96ae4d@mail.gmail.com
обсуждение исходный текст
Ответ на tsvector extraction patch  (Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at>)
Список pgsql-hackers
On Thu, Jul 2, 2009 at 10:13 AM, Hans-Juergen Schoenig --
PostgreSQL<postgres@cybertec.at> wrote:
> hello,
>
> i made a small patch which i found useful for my personal tasks.
> it would be nice to see this in 8.5. if not core then maybe contrib.
> it transforms a tsvector to table format which is really nice for text
> processing and comparison.
>
> test=# SELECT * FROM tsvcontent(to_tsvector('english', 'i am pretty sure
> this is a good patch'));
>  lex   | rank
> --------+------
> good   |    8
> patch  |    9
> pretti |    3
> sure   |    4
> (4 rows)
>
>   many thanks,
>
>      hans

If you'd like this reviewed for the next CommitFest, please add it to
the wiki here:

http://wiki.postgresql.org/wiki/CommitFestOpen

...Robert


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: First CommitFest: July 15th
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsvector extraction patch