From bdcdc1c62c7d2b85062503de4ee85ce677bb0f10 Mon Sep 17 00:00:00 2001 From: Pierre Racine Date: Mon, 21 Nov 2011 15:59:54 +0000 Subject: [PATCH] -Fix cut and paste error git-svn-id: http://svn.osgeo.org/postgis/trunk@8209 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/scripts/plpgsql/st_union.sql | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/raster/scripts/plpgsql/st_union.sql b/raster/scripts/plpgsql/st_union.sql index 431e8ba4e..c1101563a 100644 --- a/raster/scripts/plpgsql/st_union.sql +++ b/raster/scripts/plpgsql/st_union.sql @@ -1,4 +1,4 @@ ----------------------------------------------------------------------- +---------------------------------------------------------------------- -- -- $Id$ -- @@ -137,15 +137,15 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr, rast2 raster, p_expression text, p_nodata1expr text, - p_nodata1expr text, + p_nodata2expr text, p_nodatanodataexpr text, t_expression text, t_nodata1expr text, - t_nodata1expr text, + t_nodata2expr text, t_nodatanodataexpr text, f_expression text, f_nodata1expr text, - f_nodata1expr text, + f_nodata2expr text, f_nodatanodataexpr text) RETURNS rastexpr AS $$ @@ -166,11 +166,11 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr, rast2 raster, p_expression text, p_nodata1expr text, - p_nodata1expr text, + p_nodata2expr text, p_nodatanodataexpr text, t_expression text, t_nodata1expr text, - t_nodata1expr text, + t_nodata2expr text, t_nodatanodataexpr text) RETURNS rastexpr AS $$ @@ -190,7 +190,7 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr, rast2 raster, p_expression text, p_nodata1expr text, - p_nodata1expr text, + p_nodata2expr text, p_nodatanodataexpr text) RETURNS rastexpr AS $$ -- 2.50.0