]> granicus.if.org Git - postgis/commitdiff
missed some schema qualify
authorRegina Obe <lr@pcorp.us>
Mon, 19 Sep 2016 03:42:33 +0000 (03:42 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 19 Sep 2016 03:42:33 +0000 (03:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15116 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.sql.in

index 10a765de890f24aebfc1009c8277738b805f002b..01f6c83995f84fbb7e4b85ef2e32972428f54f33 100644 (file)
@@ -7148,7 +7148,7 @@ CREATE OR REPLACE FUNCTION _add_raster_constraint_extent(rastschema name, rastta
 
                cn := 'enforce_max_extent_' || $3;
 
-               sql := 'SELECT st_ashexewkb(st_envelope(st_union(st_envelope('
+               sql := 'SELECT @extschema@.st_ashexewkb( @extschema@.st_envelope( @extschema@.st_union( @extschema@.st_envelope('
                        || quote_ident($3)
                        || ')))) FROM '
                        || fqtn;