Re: Partial match in GIN - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: Partial match in GIN
Date
Msg-id 47FC718D.5000501@enterprisedb.com
Whole thread Raw
In response to Re: Partial match in GIN  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
Alvaro Herrera wrote:
> Well, LIKE %foo% is supposed to match foo unanchored, but with a btree
> (or two btrees) you can only get 'foo' anchored to either end of the
> string (or both).

Ah, true.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Concurrent psql patch
Next
From: Heikki Linnakangas
Date:
Subject: Re: EXPLAIN progress info