Robert Haas wrote:
> On Fri, Mar 11, 2011 at 3:59 AM, Fujii Masao wrote:
> > On Fri, Mar 11, 2011 at 5:52 PM, Itagaki Takahiro
> > wrote:
> >> contrib/pg_trgm in 9.1 becomes more attractive feature by index supports
> >> for LIKE operators, but only alphabet and numeric characters are indexed
> >
Itagaki Takahiro writes:
> contrib/pg_trgm in 9.1 becomes more attractive feature by index supports
> for LIKE operators, but only alphabet and numeric characters are indexed
> by default. But, we can modify KEEPONLYALNUM in the source code to
> keep all characters in n-gram words.
> However, the
On Fri, Mar 11, 2011 at 3:59 AM, Fujii Masao wrote:
> On Fri, Mar 11, 2011 at 5:52 PM, Itagaki Takahiro
> wrote:
>> contrib/pg_trgm in 9.1 becomes more attractive feature by index supports
>> for LIKE operators, but only alphabet and numeric characters are indexed
>> by default. But, we can modif
On Fri, Mar 11, 2011 at 5:52 PM, Itagaki Takahiro
wrote:
> contrib/pg_trgm in 9.1 becomes more attractive feature by index supports
> for LIKE operators, but only alphabet and numeric characters are indexed
> by default. But, we can modify KEEPONLYALNUM in the source code to
> keep all characters
contrib/pg_trgm in 9.1 becomes more attractive feature by index supports
for LIKE operators, but only alphabet and numeric characters are indexed
by default. But, we can modify KEEPONLYALNUM in the source code to
keep all characters in n-gram words.
However, the limitation and KEEPONLYALNUM are no