From: Bborie Park Date: Mon, 22 Oct 2012 17:18:55 +0000 (+0000) Subject: Minor changes to references to raster2pgsql X-Git-Tag: 2.1.0beta2~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b771bfb0db7be49ff2ae97e3507b6699daa19d;p=postgis Minor changes to references to raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@10509 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 42dcb757f..d1709f37e 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -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 . @@ -5749,7 +5749,7 @@ WHERE rid = 2; TRUE as last argument and without using it Availability: 2.0.0 - Currently, the loader (raster2pgsql.py) is not able + 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