[postgis-devel] [PostGIS] #850: Binary IO support for geography type
PostGIS
trac at osgeo.org
Tue Jan 17 10:20:34 PST 2012
#850: Binary IO support for geography type
---------------------+------------------------------------------------------
Reporter: elprans | Owner: pramsey
Type: patch | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
a-ha! found a way:
{{{
strk=# declare x binary cursor for select g from zmgeog;
DECLARE CURSOR
strk=# fetch 1 from x;
ERROR: no binary output function available for type geography
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/850#comment:3>
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