Re: citext like searches using index - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: citext like searches using index
Date
Msg-id F6D40F9D-1F61-4B5E-B8FE-9BD670700A62@kineticode.com
Whole thread Raw
In response to Re: citext like searches using index  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: citext like searches using index
List pgsql-hackers
On Apr 2, 2013, at 8:03 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

>> Are there any widely known non-built-in cases besides citext?
> 
> Well, indxpath.c knows about text LIKE and network subset operators,
> and it would be nice if it knew how to do the same type of optimization
> for range inclusion, ie btree_indexed_col <@ range_constant.  The latter
> doesn't seem implementable in the current infrastructure because ranges
> aren't all built-in types.  I agree that the citext case isn't too
> compelling in isolation, but surely the range case is interesting.

Is this knowledge encapsulated in a to-do?

David




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Page replacement algorithm in buffer cache
Next
From: Jeff Janes
Date:
Subject: Re: Spin Lock sleep resolution