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

From Tom Lane
Subject Re: wildcard search support for pg_trgm
Date
Msg-id 9507.1295889984@sss.pgh.pa.us
Whole thread Raw
In response to Re: wildcard search support for pg_trgm  (Jesper Krogh <jesper@krogh.cc>)
List pgsql-hackers
Jesper Krogh <jesper@krogh.cc> writes:
> Would it be hard to make it support "n-grams" (e.g. making the length
> configurable) instead of trigrams?

That would be a complete rewrite with an incompatible on-disk index
representation, which seems a bit beyond the scope of this patch.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Chris Browne
Date:
Subject: Re: ALTER TABLE ... ADD FOREIGN KEY ... NOT ENFORCED
Next
From: Tom Lane
Date:
Subject: Re: Patch to add a primary key using an existing index