Re: select fails on indexed varchars. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: select fails on indexed varchars.
Date
Msg-id 28798.980486118@sss.pgh.pa.us
Whole thread Raw
In response to select fails on indexed varchars.  (Alex Krohn <alex@gossamer-threads.com>)
Responses Re: select fails on indexed varchars.
List pgsql-bugs
Alex Krohn <alex@gossamer-threads.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG in postgres mathematic
Next
From: "Robert B. Easter"
Date:
Subject: Re: BUG in postgres mathematic