Does index based on text with 'en_US.utf8' collation support like query? - Mailing list pgsql-admin

From Haifeng Liu
Subject Does index based on text with 'en_US.utf8' collation support like query?
Date
Msg-id BLU0-SMTP2953C508D5F6127617CC45AB93A0@phx.gbl
Whole thread Raw
Responses Re: Does index based on text with 'en_US.utf8' collation support like query?  (Alexey Klyukin <alexk@commandprompt.com>)
List pgsql-admin
Hi,

I found that queries like "select * from tbl where col1 like 'abc%'" will use index only when the col1(and the index)
use'C' collation. If I use 'default' which is 'en_US.utf8' in my database, the equation condition will use the index
butlike query will not. 

I also tried to specify the collation explicitly: like ('abc%' collate 'en_US.utf8'), not work too.

Is that only 'C' collation support 'like' query or I missed something in my sql? Or do I need to install something
additionalto support index on other collation? 

Thanks in advance.

pgsql-admin by date:

Previous
From: Kong Man
Date:
Subject: Re: log_min_messages=debug5, despite an explicit setting to warning on postgresql.conf
Next
From: Alexey Klyukin
Date:
Subject: Re: Does index based on text with 'en_US.utf8' collation support like query?