Opened 10 years ago
Closed 10 years ago
#2943 closed defect (fixed)
Use ~ operator for ST_Contains/Within
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | index | Cc: |
Description
The SQL wrapper for full-containment tests uses the more liberal && operator when the stricter ~ should give better performance.
Note:
See TracTickets
for help on using tickets.
This actually got done w/o a ticket.