From 77136fc81682108e1904e45edd0296106a161e86 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 13 Dec 2011 22:39:19 +0000 Subject: [PATCH] Add -Y copy switch git-svn-id: http://svn.osgeo.org/postgis/trunk@8395 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 5594188c2..42e4d2e63 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -215,8 +215,8 @@ psql -d gisdb -f elev.sql raster2pgsql -s 4236 -I -C -M *.tif -F -t myschema.demelevation | psql -d gisdb Load rasters Massachusetts state plane feet 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 - raster2pgsql -I -C -s 26986 -t 100x100 bostonaerials2008\*.jpg -l 2,4 aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432 + 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. + raster2pgsql -I -C -Y -s 26986 -t 100x100 bostonaerials2008\*.jpg -l 2,4 aerials.boston | psql -U postgres -d gisdb -h localhost -p 5432 -- 2.40.0