[postgis-tickets] [PostGIS] #2347: [raster] raster2pgsql doesn't work with windows network paths or quoted paths
PostGIS
trac at osgeo.org
Tue Jun 11 16:53:13 PDT 2013
#2347: [raster] raster2pgsql doesn't work with windows network paths or quoted
paths
---------------------+------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: windows |
---------------------+------------------------------------------------------
Comment(by dustymugs):
Tried the following in a batch file...
{{{
ECHO ON
SET PATH=%PATH%;C:\ming64\projects\pgx64\pg92\bin
SET IMGDIR="\\vmware-host\Shared
Folders\dustymugs\Documents\raster\temp\*.tif"
raster2pgsql %IMGDIR%
}}}
No problems...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2347#comment:6>
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