]> granicus.if.org Git - postgis/commitdiff
fix arg list in ST_MapAlgebraExpr single band version (nodatavalexpr got relaplced...
authorRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2011 20:34:05 +0000 (20:34 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 11 Nov 2011 20:34:05 +0000 (20:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8141 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index d347467b490c47d92f623c33c488e5b2b80f5206..b626a4971f9b3458d9373963ea0a8c9723f40a64 100644 (file)
@@ -5146,7 +5146,7 @@ WHERE A.rid =2 ) As foo;
                                        <paramdef><type>integer </type> <parameter>band</parameter></paramdef>
                                        <paramdef><type>text </type> <parameter>pixeltype</parameter></paramdef>
                                        <paramdef><type>text </type> <parameter>expression</parameter></paramdef>
-                                       <paramdef choice='opt'><type>text </type> <parameter>nodatavalueexpr=NULL</parameter></paramdef>
+                                       <paramdef choice='opt'><type>double precision </type> <parameter>nodataval=NULL</parameter></paramdef>
                                  </funcprototype>
                                  
                                  <funcprototype>
@@ -5154,7 +5154,7 @@ WHERE A.rid =2 ) As foo;
                                        <paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
                                        <paramdef><type>text </type> <parameter>pixeltype</parameter></paramdef>
                                        <paramdef><type>text </type> <parameter>expression</parameter></paramdef>
-                                       <paramdef choice='opt'><type>text </type> <parameter>nodatavalueexpr=NULL</parameter></paramdef>
+                                       <paramdef choice='opt'><type>double precision </type> <parameter>nodataval=NULL</parameter></paramdef>
                                  </funcprototype>
                                </funcsynopsis>
                        </refsynopsisdiv>