Re: Index not used, performance problem - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Index not used, performance problem
Date
Msg-id 20030329103452.B16250@mail.libertyrms.com
Whole thread Raw
In response to Re: Index not used, performance problem  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Index not used, performance problem  ("John K. Herreshoff" <jkherr@centurytel.net>)
List pgsql-performance
On Sat, Mar 29, 2003 at 09:47:51PM +0800, Christopher Kings-Lynne wrote:
> the form 'FOO%', which is what you are doing.  However, I believe that
> PostgreSQL cannot do this if your database encoding is anything other than
> 'C'.  So, if you are using an Austrian encoding, it might not be able to

That is, you need to have had the LOCALE set to 'C' when you did
initdb.  It's not enough to change it afterwards.

A
--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-performance by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Index not used, performance problem
Next
From: "John K. Herreshoff"
Date:
Subject: Re: Index not used, performance problem