| 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, zb(at)cybertec(dot)at |
| Subject: | Re: tsvector extraction patch |
| Date: | 2010-01-07 18:26:08 |
| Message-ID: | 603c8f071001071026y548d1c63j591d85a00500bfad@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Jul 3, 2009 at 3:01 AM, Hans-Juergen Schoenig -- PostgreSQL
<postgres(at)cybertec(dot)at> wrote:
> Hans-Juergen Schoenig -- PostgreSQL wrote:
>>
>> hello,
>>
>> this patch has not made it through yesterday, so i am trying to send it
>> again.
>> 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
Hmm, looks like we never did anything about this. Hans-Juergen, you
should probably update this and add it to the open CommitFest if you
want it to be considered for 8.5.
https://commitfest.postgresql.org/action/commitfest_view/open
...Robert
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2010-01-07 18:28:33 | Re: Streaming replication and postmaster signaling |
| Previous Message | Andres Freund | 2010-01-07 18:23:27 | Re: Hot Standy introduced problem with query cancel behavior |