[postgis-tickets] [PostGIS] #3095: raster2pgsql ignores srid, outdb empty

PostGIS trac at osgeo.org
Fri Apr 3 05:56:20 PDT 2015


#3095: raster2pgsql ignores srid, outdb empty
----------------------+-----------------------------------------------------
  Reporter:  martinl  |       Owner:  dustymugs    
      Type:  defect   |      Status:  closed       
  Priority:  medium   |   Milestone:  PostGIS 2.1.7
 Component:  raster   |     Version:  2.1.x        
Resolution:  invalid  |    Keywords:  raster2pgsql 
----------------------+-----------------------------------------------------
Changes (by robe):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 You are reading raster_columns table.  That gets populated by constraints.

 You need to add the -C to your load to make that populate right.

 If you just want to confirm your srid is set do


 {{{
 SELECT ST_SRID(rast)
 from dmt LIMIT 1
 }}}


 Please post future questions like this not to our bug tracker, but to
 users mailing list

 http://lists.osgeo.org/mailman/listinfo/postgis-users

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3095#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-tickets mailing list