id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1219,Unexpected typmod in points loaded via shp2pgsql,strk,mcayland,"I've done:
shp2pgsql linea.shp linea | psql

In the resulting table, shown with \d, the geometry columns is:

{{{
 geom       | geometry(Point,2097151) | 
}}}

Shouldn't it have an unknown SRID (0 or -1, dunno) ?
For sure there's no such thing as that srid in spatial_ref_sys...

ST_SRID(geom) returns -1 for all entries.",defect,closed,medium,PostGIS 2.0.0,loader/dumper,trunk,fixed,,
