[postgis-devel] [PostGIS] #1869: ST_AsBinary is not unique (again)
PostGIS
trac at osgeo.org
Mon Sep 3 05:02:36 PDT 2012
#1869: ST_AsBinary is not unique (again)
----------------------+-----------------------------------------------------
Reporter: nidi | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.2
Component: postgis | Version: 2.0.x
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment(by erilem):
{{{ST_AsText}}} behaves differently, as it does accept {{{text}}} as
input:
{{{
SELECT ST_AsText('POINT(1 2)');
st_astext
------------
POINT(1 2)
(1 row)
}}}
But this is not documented in
http://postgis.refractions.net/documentation/manual-2.0/ST_AsText.html.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1869#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list