From a2700fee2492757501742c9e1716abad8289c2e8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 15 Nov 2011 00:48:16 +0000 Subject: [PATCH] put in missing t in raster load examples git-svn-id: http://svn.osgeo.org/postgis/trunk@8155 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 13202f8e2..91c1c3716 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -217,12 +217,12 @@ An example session using the loader to create an input file and uploading it might look like this: - python raster2pgsql.py -s 4269 -I -r *.tif -F myschema.demelevation -o elev.sql + python raster2pgsql.py -s 4269 -I -r *.tif -F -t myschema.demelevation -o elev.sql psql -d gisdb -f elev.sql A conversion and upload can be done all in one step using UNIX pipes: - python raster2pgsql.py -s 4269 -I -r *.tif -F myschema.demelevation | psql -d gisdb + python raster2pgsql.py -s 4269 -I -r *.tif -F -t myschema.demelevation | psql -d gisdb For the examples in this reference we will be using a raster table of dummy rasters - Formed with the following code -- 2.40.0