[postgis-devel] [PostGIS] #252: Text autocasting behavior of geography is breaking geometry functionality
PostGIS
trac at osgeo.org
Wed Sep 23 11:11:38 PDT 2009
#252: Text autocasting behavior of geography is breaking geometry functionality
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: postgis 1.5.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment (by robe):
Okay this is a more serious problem than I thought. We don't have an
autocast for text. Its the fact that
'POINT(1..)' is unknown and not text.
SELECT ST_AsBinary('POINT(1 3)'::text)
works fine. I guess we'll have the same issue with WKTRaster. Not sure
the solution to this without resorting to different naming :(
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/252#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list