Re: tsvector extraction patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Hans-Juergen Schoenig -- PostgreSQL <postgres(at)cybertec(dot)at>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tsvector extraction patch
Date: 2009-07-02 14:52:44
Message-ID: 603c8f070907020752j30f205ady56087eeb2d96ae4d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 2, 2009 at 10:13 AM, Hans-Juergen Schoenig --
PostgreSQL<postgres(at)cybertec(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2009-07-02 14:53:11 Re: tsvector extraction patch
Previous Message Dave Page 2009-07-02 14:42:56 Re: First CommitFest: July 15th