Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ? - Mailing list pgsql-sql

From Andreas Joseph Krogh
Subject Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?
Date
Msg-id 200706281630.16455.andreak@officenet.no
Whole thread Raw
Responses Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hi all.
Anybody knows if the following query will use an index-scan in PG-8.3?

SELECT name FROM person WHERE name LIKE 'and%';

I know this works in "C"-locale, but I need it with UTF-8, probably the rest
of the world soon too...

--
Andreas Joseph Krogh <andreak@officenet.no>
Senior Software Developer / Manager
------------------------+---------------------------------------------+
OfficeNet AS            | The most difficult thing in the world is to |
Karenslyst Allé 11      | know how to do a thing and to watch         |
PO. Box 529 Skøyen      | somebody else doing it wrong, without       |
0214 Oslo               | comment.                                    |
NORWAY                  |                                             |
Tlf:    +47 24 15 38 90 |                                             |
Fax:    +47 24 15 38 91 |                                             |
Mobile: +47 909  56 963 |                                             |
------------------------+---------------------------------------------+


pgsql-sql by date:

Previous
From: Michael Landin Hostbaek
Date:
Subject: Re: Where clause
Next
From: "Pavel Stehule"
Date:
Subject: Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?