On Wed, May 29, 2013 at 10:51 PM, Amit Langote <[email protected]> wrote: > So, it appears, for search strings consisting of 2 (or < 3) > characters, trigrams can not be utilized. No?
I think that's right. "trigram" means a sequence of three characters, and what's stored in the indexes are three-character sequences from the original text. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
