Opened 15 years ago
Last modified 15 years ago
#269 closed defect
Geometry -> Geography autocast causes && operator query to fail — at Initial Version
Reported by: | mcayland | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.5.0 |
Component: | postgis | Version: | |
Keywords: | Cc: |
Description
This is bad:
trunk=# explain analyze select count(*) from cities where the_geog && ST_SetSRID(ST_GeographyFromText('POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))'), 4326);
ERROR: operator is not unique: geography && geometry LINE 1: ...nalyze select count(*) from cities where the_geog && ST_SetS...
Note:
See TracTickets
for help on using tickets.