From: Regina Obe Date: Sat, 24 Dec 2011 18:40:26 +0000 (+0000) Subject: change docs to use unix style slashes which work correctly on both Unix and windows. X-Git-Tag: 2.0.0alpha1~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72ac242c7957ec0bbd479202a15fc95cf7c5f17e;p=postgis change docs to use unix style slashes which work correctly on both Unix and windows. git-svn-id: http://svn.osgeo.org/postgis/trunk@8569 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 2e8306c65..e68cc0933 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -256,7 +256,7 @@ psql -d gisdb -f elev.sql Load rasters Massachusetts state plane meters aerial tiles into a schema called aerial and create a full view, 2 and 4 level overview tables and directly insert to database. Break up the rasters into 100x100 pixel tiles and apply raster constraints. Use copy mode instead of table insert. (-F) Include a field called filename to hold the name of the file the tiles were cut from. - raster2pgsql -I -C -Y -F -s 26986 -t 100x100 -l 2,4 bostonaerials2008\*.jpg aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432 + raster2pgsql -I -C -Y -F -s 26986 -t 100x100 -l 2,4 bostonaerials2008/*.jpg aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432 --get a list of raster types supported: raster2pgsql -G