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 ruvyn, 8 years ago

Component: postgisdocumentation
Owner: changed from pramsey to robe

comment:2 by robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS 2.2.3

comment:3 by robe, 8 years ago

In 15118:

doc corrections from ruvyn for PostGIS 2.3
references #3581
references #3580
references #3586
references #3575

comment:4 by robe, 8 years ago

Resolution: fixed
Status: newclosed

In 15119:

doc corrections from ruvyn for PostGIS 2.2.3
closes #3581
closes #3580
closes #3586
closes #3575

Note: See TracTickets for help on using tickets.