Re: wildcard search support for pg_trgm

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Jan Urbański <wulczer(at)wulczer(dot)org>
Cc: Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: wildcard search support for pg_trgm
Date: 2011-01-29 12:07:26
Message-ID: AANLkTinwsZ4yiA+f9wJJ7uT30U+auevExrYYDtWm+Xwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

New version of patch is in the attachment. Some comments was added in this
version. Likely these comments need significant correction because of my
english.
Some notes abount gin interface functions. Extract query and extract value
functions was separated, because with wildcard search these funtions no
longer do the same. New arguments was added to sql description of gin
interface functions in order to make it confom to new gin interface. See
docs of development version:
http://developer.postgresql.org/pgdocs/postgres/gin-extensibility.html.

----
With best regards,
Alexander Korotkov.

Attachment Content-Type Size
trgm_wildcard-0.4.patch text/x-patch 19.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2011-01-29 12:07:32 Re: REVIEW: WIP: plpgsql - foreach in
Previous Message Pavel Stehule 2011-01-29 11:58:45 Re: REVIEW: WIP: plpgsql - foreach in