[postgis-tickets] [PostGIS] #2986: [raster] raster2pgqsql

PostGIS trac at osgeo.org
Mon Nov 10 05:29:35 PST 2014


#2986: [raster] raster2pgqsql
-------------------------+--------------------------------------------------
 Reporter:  rmorelli     |       Owner:  dustymugs    
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.1.5
Component:  raster       |     Version:  2.1.x        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by robe):

 I guess I'll have to try this myself.  I'm pretty sure I've had success
 with this in the past so might be something buggy with new gdal.  BTW your
 escape still is wrong.  Not sure if its a cut and paste error again.  You
 wrote:


 {{{
 \'dem20_12.tif\
 }}}

 When it should be:


 {{{
 \'dem20_12.tif\'
 }}}

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