Re: 7.3 no longer using indexes for LIKE queries - Mailing list pgsql-general

From Matthew Gabeler-Lee
Subject Re: 7.3 no longer using indexes for LIKE queries
Date
Msg-id ABABFB80F35AD311848B0090279918EF010B9B60@ZYCOSNT2.hq.zycos.com
Whole thread Raw
In response to 7.3 no longer using indexes for LIKE queries  (Matthew Gabeler-Lee <mgabelerlee@zycos.com>)
List pgsql-general
Thanks, it did it in en_US ... This seems like it should be a fixable thing
to me

* decides to do his day long database dump/restore tomorrow ...

    -Matt


-----Original Message-----
From: Stephan Szabo [mailto:sszabo@megazone23.bigpanda.com]
Sent: Tuesday, December 03, 2002 19:29
To: Matthew Gabeler-Lee
Cc: 'pgsql-general@postgresql.org'
Subject: Re: [GENERAL] 7.3 no longer using indexes for LIKE queries

Did you perhaps not initdb in "C" locale?  I think pg_controldata will
tell you what it was created with.  The optimization for converting
anchored likes into an indexable form doesn't work in all locales and is
currently only done in C locale I believe.


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: 7.3 no longer using indexes for LIKE queries
Next
From: Joseph Shraibman
Date:
Subject: performance tuning