Opened 8 years ago
Closed 8 years ago
#3586 closed patch (fixed)
Error in Manual - faq_raster.xml.pot
Reported by: | ruvyn | Owned by: | robe |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.2.3 |
Component: | documentation | Version: | master |
Keywords: | PostGIS 2.3.0dev Manual | Cc: |
Description
In answer about 'function is not unique',
"The function is not unique error happens if one of your arguments is a textual representation of a geometry instead of a geometry. In these cases, PostgreSQL marks the textual representation as an unknown type, which means it can fall into the st_intersects(raster, geometry) or st_intersects(raster,raster) thus resulting in a non-unique case since both functions can in theory support your request. To prevent this, you need to cast the geometry to a geometry."
I think the last sentence should be like:
"To prevent this, you need to cast the textual representation of geometry to a geometry."
Change History (4)
comment:1 by , 8 years ago
Component: | postgis → documentation |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
Milestone: | PostGIS 2.3.0 → PostGIS 2.2.3 |
---|
In 15118: