BUG #16835: btree index does not work for where clause using 'foo%' - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16835: btree index does not work for where clause using 'foo%'
Date
Msg-id 16835-419ddd12f1e74ee5@postgresql.org
Whole thread Raw
Responses Re: BUG #16835: btree index does not work for where clause using 'foo%'
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16835
Logged by:          Hongyan (Heather) Zhang
Email address:      zhangh3@aetna.com
PostgreSQL version: 11.9
Operating system:   aurora postgres 11
Description:

https://www.postgresql.org/docs/11/indexes-types.html, according to this
page, btree index is supposed to work for where clause col like 'foo%', but
does not work for me. we are on aurora postgres 11, I also tested on
postgres 11, it does not work either.


pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #16834: where-in: if the nested query fails, the parent query returns all the records
Next
From: Tom Lane
Date:
Subject: Re: BUG #16835: btree index does not work for where clause using 'foo%'