[postgis-devel] [PostGIS] #1763: topology on pgsql 8.4?
PostGIS
trac at osgeo.org
Sat Apr 7 14:39:46 PDT 2012
#1763: topology on pgsql 8.4?
----------------------+-----------------------------------------------------
Reporter: pramsey | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: topology | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
When trying to add polygons to a topology with PgSQL 8.4, problems:
{{{
update sheds_vict set topo = topology.toTopoGeom(geom, 'sheds'::varchar,
1);
}}}
{{{
********** Error **********
ERROR: function topogeo_addpolygon(unknown, geometry, numeric) does not
exist
SQL state: 42883
Hint: No function matches the given name and argument types. You might
need to add explicit type casts.
Context: PL/pgSQL function "totopogeom" line 128 at EXECUTE statement
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1763>
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