[postgis-devel] [PostGIS] #1096: 2.5d topologies can't be created since switch to typmod

PostGIS trac at osgeo.org
Sat Jul 2 08:10:11 PDT 2011


#1096: 2.5d topologies can't be created since switch to typmod
------------------------+---------------------------------------------------
 Reporter:  strk        |       Owner:  chodgson     
     Type:  defect      |      Status:  new          
 Priority:  blocker     |   Milestone:  PostGIS 2.0.0
Component:  management  |     Version:  trunk        
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by strk):

  * owner:  strk => chodgson
  * component:  topology => management


Comment:

 This is actually unrelated to topology, it's the AddGeometryColumn
 function itself erroring out on 'LINESTRING'. It doesn't even need any
 existing schema or table ...

 {{{

 =# SELECT
 AddGeometryColumn('ttz','edge_data','geom','4326','LINESTRING',3);
 ERROR:  Invalid type name - valid ones are:
         POINT, MULTIPOINT,
         LINESTRING, MULTILINESTRING,
         POLYGON, MULTIPOLYGON,
         CIRCULARSTRING, COMPOUNDCURVE, MULTICURVE,
         CURVEPOLYGON, MULTISURFACE,
         GEOMETRY, GEOMETRYCOLLECTION,
         POINTM, MULTIPOINTM,
         LINESTRINGM, MULTILINESTRINGM,
         POLYGONM, MULTIPOLYGONM,
         CIRCULARSTRINGM, COMPOUNDCURVEM, MULTICURVEM
         CURVEPOLYGONM, MULTISURFACEM, TRIANGLE, TRIANGLEM,
         POLYHEDRALSURFACE, POLYHEDRALSURFACEM, TIN, TINM
         or GEOMETRYCOLLECTIONM
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1096#comment:1>
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