Ralf Rantzau writes:
> I would like to test the containment of a point against many boxes.
> I did not find a way to express "box @> point" in straightforward way such
> that the GiST index on the boxes is exploited.
Yeah, that operator is not in any GiST opclass, as you can easily verify
with a
Hello,
I would like to test the containment of a point against many boxes.
I did not find a way to express "box @> point" in straightforward way such
that the GiST index on the boxes is exploited.
The only way to use a point directly is to turn the box into a polygon.
Is it a missing feature?
T