Re: Partial match in GIN (next vesrion)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Partial match in GIN (next vesrion)
Date: 2008-05-16 03:07:37
Message-ID: 9195.1210907257@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> http://www.sigaev.ru/misc/partial_match_gin-0.10.gz
> http://www.sigaev.ru/misc/tsearch_prefix-0.8.gz
> http://www.sigaev.ru/misc/wildspeed-0.12.tgz

There seems to be something broken here: it's acting like prefix search
is on all the time, eg

regression=# select 'supernova'::tsvector @@ 'super'::tsquery;
?column?
----------
t
(1 row)

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua D. Drake 2008-05-16 03:33:22 Re: Patch to change psql default banner v6
Previous Message Andrew Dunstan 2008-05-16 01:22:18 Re: Patch to change psql default banner v6