Re: select fails on indexed varchars.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alex Krohn <alex@gossamer-threads.com>
Cc: pgsql-bugs@postgresql.org
Date: 2001-01-26T05:15:18Z
Lists: 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