tsvector extraction patch

Поиск
Список
Период
Сортировка
От Hans-Juergen Schoenig -- PostgreSQL
Тема tsvector extraction patch
Дата
Msg-id 4A4DB815.1000702@cybertec.at
обсуждение исходный текст
Ответы Re: tsvector extraction patch  (Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at>)
Re: tsvector extraction patch  (Peter Eisentraut <peter_e@gmx.net>)
Re: tsvector extraction patch  (Mike Rylander <mrylander@gmail.com>)
Список pgsql-hackers
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

-- 
Cybertec Schoenig & Schoenig GmbH
Reyergasse 9 / 2
A-2700 Wiener Neustadt
Web: www.postgresql-support.de



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Non-blocking communication between a frontend and a backend (pqcomm)
Следующее
От: Hans-Juergen Schoenig -- PostgreSQL
Дата:
Сообщение: Re: tsvector extraction patch