]> granicus.if.org Git - postgis/commitdiff
fix typo
authorRegina Obe <lr@pcorp.us>
Fri, 20 Jan 2012 18:14:40 +0000 (18:14 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 20 Jan 2012 18:14:40 +0000 (18:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8895 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index eae05733270b827d05ef3cb669bc598cd9d08bc8..9b946020c151d5e91378963c0e4270a36fbbcb66 100644 (file)
@@ -703,7 +703,7 @@ return param_filepath
 $$ LANGUAGE plpythonu;]]></programlisting>
 <programlisting>--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')