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

PostGIS trac at osgeo.org
Mon Nov 10 05:43:01 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 rmorelli):

 Replying to [comment:4 robe]:
 > oh let me add more for clarity -- its' easy to get tripped up with the
 numerous '
 >
 > The where part should look like this.  Please verify you have that.
 > I put an extra space between the ending filename ' and end of where for
 clarity
 >
 > {{{
 > where='filename=\'dem20_12.tif\' '
 > }}}

 Let's sort this out. I know what you are talking about and I use a mapfile
 sintax file to edit mapfiles in vim. My quoting is correct but I didn't
 use code block formatting in this editor so let's check with and without
 for your clarity:

 With:
 {{{
 DATA "PG:host=localhost port=5432 dbname='cen_confini' user=catasto
 password=admin schema='raster' table='dem'
 where='filename=\'dem20_1.tif\'' mode='2'"
 }}}

 without:
 DATA "PG:host=localhost port=5432 dbname='cen_confini' user=catasto
 password=admin schema='raster' table='dem'
 where='filename=\'dem20_1.tif\'' mode='2'"

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