[postgis-devel] [PostGIS] #1403: Can't use -Y and -F together

PostGIS trac at osgeo.org
Fri Dec 23 00:13:30 PST 2011


#1403: Can't use -Y and -F together
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 This might be just a windows issue, but I can do this


 {{{
 raster2pgsql.exe -I -C -F -s 26986 -t 200x200 bostonaerials2008\*.jpg  -l
 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost -p
 5441
 }}}

 -- and this --
 {{{
 raster2pgsql.exe -I -C -Y -s 26986 -t 200x200 bostonaerials2008\*.jpg  -l
 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost -p
 5441
 }}}

 But if I try to combine the include filename and use copy mode, I get an
 error forgot the exact error.

 Can't do this:
 {{{
 raster2pgsql.exe -I -C -Y -F -s 26986 -t 200x200 bostonaerials2008\*.jpg
 -l 2,4 aerials.boston | psql -U postgres -d postgis20_sampler -h localhost
 -p 5441
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1403>
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