From: Regina Obe Date: Fri, 20 Jan 2012 18:14:40 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.0.0alpha2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0a16bf0bd25aaa2e0e56bff786281b2aebcfecf;p=postgis fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8895 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index eae057332..9b946020c 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -703,7 +703,7 @@ return param_filepath $$ LANGUAGE plpythonu;]]> --write out 5 images to the PostgreSQL server in varying sizes -- note the postgresql daemon account needs to have write access to folder --- this echos bath the file names created; +-- this echos back the file names created; SELECT write_file(ST_AsPNG( ST_AsRaster(ST_Buffer(ST_Point(1,5),j*5, 'quad_segs=2'),150*j, 150*j, '8BUI',100)), 'C:/temp/slices'|| j || '.png')