Re: wildcard search support for pg_trgm
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Jan Urbański <wulczer@wulczer.org>, Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-01T08:16:16Z
Lists: pgsql-hackers
On Tue, Feb 1, 2011 at 5:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > AFAICT that would break on-disk compatibility of pg_trgm GIST indexes. > I don't believe we have adequate evidence to justify doing that, and > in any case it ought to be a separate patch rather than buried inside a > mostly unrelated feature patch. > Ok. Actually, I don't think just increasement of SIGLENINT as a solution. I beleive that we need to have it as index parameter. I'll try to provide more of tests in order to motivate this. ---- With best regards, Alexander Korotkov.