]> granicus.if.org Git - postgis/commitdiff
typo in return description of ST_MakeEmptyRaster
authorRegina Obe <lr@pcorp.us>
Sat, 17 Apr 2010 00:13:03 +0000 (00:13 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 17 Apr 2010 00:13:03 +0000 (00:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5560 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_wktraster.xml

index b4d429bafbf79b472fc9391327fc1e9aa4eeb578..696f06356e8665655eae19c61b9db2820945e92d 100644 (file)
@@ -402,7 +402,7 @@ UPDATE raster_columns SET extent = (SELECT ST_Union(ST_Envelope(rast)) FROM myra
                        <refsection>
                                <title>Description</title>
                                
-                               <para>Returns the value that represents no data for the band</para>
+                               <para>Returns an empty raster of given dimensions, pixel x y, skew and spatial reference system with no bands</para>
                                </refsection>
                                
                                <refsection>