Re: wildcard search support for pg_trgm - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: wildcard search support for pg_trgm
Date
Msg-id AANLkTinwsZ4yiA+f9wJJ7uT30U+auevExrYYDtWm+Xwg@mail.gmail.com
Whole thread Raw
In response to Re: wildcard search support for pg_trgm  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: wildcard search support for pg_trgm  (Jan Urbański <wulczer@wulczer.org>)
List 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

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: REVIEW: WIP: plpgsql - foreach in
Next
From: Pavel Stehule
Date:
Subject: Re: REVIEW: WIP: plpgsql - foreach in