]> granicus.if.org Git - postgis/commitdiff
Minor changes to references to raster2pgsql
authorBborie Park <bkpark at ucdavis.edu>
Mon, 22 Oct 2012 17:18:55 +0000 (17:18 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 22 Oct 2012 17:18:55 +0000 (17:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10509 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 42dcb757f99e60d20bb09a93f171dc17f22a146e..d1709f37eb71588cd3155beb8c35514fcce06586 100644 (file)
@@ -2905,7 +2905,7 @@ WHERE rid = 2;
                     using TRUE as last parameter and not using it) you should
                     update the raster to set this flag to true, by using ST_SetBandIsNodata function, 
                     or ST_SetBandNodataValue function with TRUE as last argument. The
-                    loader (raster2pgsql.py) currently can not properly set the
+                    loader (raster2pgsql) currently can not properly set the
                     flag while loading raster data. See <xref
                     linkend="RT_ST_SetBandIsNoData" />.</para>
                                </note>
@@ -5749,7 +5749,7 @@ WHERE rid = 2;
                 TRUE as last argument and without using it</para>
 
                 <para>Availability: 2.0.0</para>
-                               <note><para>Currently, the loader (raster2pgsql.py) is not able
+                               <note><para>Currently, the loader (raster2pgsql) is not able
                 to set the isnodata flag for bands. So, this is the fastest way
                 to set it to TRUE, without changing any other band value</para></note>