Re: why is scan not using index? - Mailing list pgsql-novice

From Tom Lane
Subject Re: why is scan not using index?
Date
Msg-id 5423.1153243158@sss.pgh.pa.us
Whole thread Raw
In response to why is scan not using index?  (kmh496 <kmh496@kornet.net>)
List pgsql-novice
kmh496 <kmh496@kornet.net> writes:
> this should be in the FAQ, right?

It probably is ;-).  I'm betting you're getting burnt by a non-C locale
setting, per this gotcha:

     * The default C locale must be used during initdb because it is not
       possible to know the next-greatest character in a non-C locale.
       You can create a special text_pattern_ops index for such cases
       that work only for LIKE indexing.

            regards, tom lane

pgsql-novice by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Disk space taken
Next
From: "Sandy Keathley"
Date:
Subject: Installation