Ticket #1763 (closed defect: fixed)
topology on pgsql 8.4?
| Reported by: | pramsey | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.1 |
| Component: | topology | Version: | 2.0.x |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
