]> granicus.if.org Git - postgis/commit
Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid...
authorRegina Obe <lr@pcorp.us>
Sun, 11 Dec 2011 15:45:07 +0000 (15:45 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 11 Dec 2011 15:45:07 +0000 (15:45 +0000)
commite887b76b2e3e0ff7d55b61a23b1aada97a379d1f
tree8a85d0233901cf091a97e8dd2a963393330505e7
parentbe216ec9412897667b9bc224320b68b82cc5e329
Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid of type), put in regress tests, get rid of many ST_Union permutations and limit to st_union(rast), st_union(rast,p_expression), st_union(rast,band_num), st_union(rast,band_num,p_expression).  Note for drop I'm not dropping those other versions in case people have installed them from scripts folder or are currently using them.  just dropping the ones I'm replacing.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8351 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_pg/rtpostgis.sql.in.c
raster/rt_pg/rtpostgis_drop.sql.in.c
raster/test/regress/Makefile.in
raster/test/regress/rt_union.sql [new file with mode: 0644]
raster/test/regress/rt_union_expected [new file with mode: 0644]