Re: yet another contrib module

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: yet another contrib module
Date: 2004-05-28 19:23:24
Message-ID: 200405281923.i4SJNO918779@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Sounds fine.

---------------------------------------------------------------------------

Oleg Bartunov wrote:
> Hello,
>
> June 1 is pretty close now, so I'm asking about yet another
> contrib module, pg_trgm which is rather mature and quite useful.
> Is't worth to put it into 7.5 contrib ?
>
> trgm - Trigram matching for PostgreSQL
> --------------------------------------
>
> The pg_trgm contrib module provides functions and index classes
> for determining the similarity of text based on trigram
> matching.
>
> Also, we plan to submit schema support to contrib/tsearch2 this weekend.
>
> Regards,
> Oleg
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-28 19:25:28 Re: contrib/ compile warnings
Previous Message Bruce Momjian 2004-05-28 19:20:17 Re: Compiling libpq with VisualC