Re: select fails on indexed varchars.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Krohn <alex(at)gossamer-threads(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: select fails on indexed varchars.
Date: 2001-01-26 05:15:18
Message-ID: 28798.980486118@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alex Krohn <alex(at)gossamer-threads(dot)com> writes:
> links=# select * from foo where a like 'Test/%'
> links-# ;
> a
> ---
> (0 rows)

This looks like an artifact of the known problems with LIKE index
optimization in non-ASCII locales. What locale are you running the
postmaster in?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert B. Easter 2001-01-26 05:49:46 Re: BUG in postgres mathematic
Previous Message Tom Lane 2001-01-26 03:52:30 Re: BUG in postgres mathematic