Re: Fuzzy substring searching with the pg_trgm extension - Mailing list pgsql-hackers

From Artur Zakirov
Subject Re: Fuzzy substring searching with the pg_trgm extension
Date
Msg-id 56746442.3040906@postgrespro.ru
Whole thread Raw
In response to Fuzzy substring searching with the pg_trgm extension  (Artur Zakirov <a.zakirov@postgrespro.ru>)
Responses Re: Fuzzy substring searching with the pg_trgm extension  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-hackers
On 18.12.2015 22:43, Artur Zakirov wrote:
> Hello.
>
> PostgreSQL has a contrib module named pg_trgm. It is used to the fuzzy 
> text search. It provides some functions and operators for determining 
> the similarity of the given texts using trigram matching.
>
Sorry, I have forgotten to mark previous message with [PROPOSAL].
I registered the patch in commitfest:
https://commitfest.postgresql.org/8/448/

-- 
Artur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company




pgsql-hackers by date:

Previous
From: Artur Zakirov
Date:
Subject: Fuzzy substring searching with the pg_trgm extension
Next
From: Peter Geoghegan
Date:
Subject: Re: Using quicksort for every external sort run