Re: Like seems to fail !

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yves Martin <yma(at)elca(dot)ch>
Cc: sqllist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Like seems to fail !
Date: 2000-11-20 15:53:48
Message-ID: 27819.974735628@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Yves Martin <yma(at)elca(dot)ch> writes:
> base=# select * from persistent_config where key like '/%';
> key | type | value
> -----+------+-------
> (0 rows)

What LOCALE are you running in? There are some known problems with
LIKE index optimization in some non-ASCII locales. If you drop
the index on persistent_config.key, does the problem disappear?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jonathan Ellis 2000-11-20 15:59:33 Re: numeric conversions?
Previous Message Bruno Boettcher 2000-11-20 15:51:33 numeric conversions?