Re: sequential scans and the like operator

From: "Roderick A(dot) Anderson" <raanders(at)tincan(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: sequential scans and the like operator
Date: 2002-01-08 22:09:26
Message-ID: Pine.LNX.4.10.10201081405100.17892-100000@tincan.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 8 Jan 2002, Tom Lane wrote:

> Alternatively, search the pgsql mailing list archives;

Yeah this was where I was trying to get but it was _way_ too slow and I
have AisleRiot, Gnome Stones, and Demineur to keep my happy while I
wait.

> * If Postgres was compiled with LOCALE support and is using a non-C
> locale, <blech>LIKE indexing is disabled</blech> because the sort order
> of the index may not agree with what's needed to perform LIKE searches.
>
> This last point is rather nasty since non-C locales are rapidly becoming
> the usual default, even in the USA. Linuxen tend to default to en_US
> locale, for example.

Got bitten here once.

Thanks for the more indepth explanation.

Best,
Rod
--
Let Accuracy Triumph Over Victory

Zetetic Institute
"David's Sling"
Marc Stiegler

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-01-08 22:38:08 Re: Does Postgres support BLOB datatypes?
Previous Message Andrew Sullivan 2002-01-08 21:53:34 Re: sequential scans and the like operator